rename to nymea

This commit is contained in:
Michael Zanetti 2018-03-06 22:49:36 +01:00
parent 9abc0982cb
commit 02fac52561
248 changed files with 601 additions and 554 deletions

View File

@ -1,6 +1,6 @@
include(../plugins.pri)
TARGET = $$qtLibraryTarget(guh_devicepluginavahimonitor)
TARGET = $$qtLibraryTarget(nymea_devicepluginavahimonitor)
SOURCES += \
devicepluginavahimonitor.cpp

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* Copyright (C) 2014 Michael Zanetti <michael_zanetti@gmx.net> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -27,7 +27,7 @@
\brief Plugin to monitor zeroconf devices in the local network.
\ingroup plugins
\ingroup guh-plugins-maker
\ingroup nymea-plugins-maker
\chapter Plugin properties
Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses}

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* Copyright (C) 2014 Michael Zanetti <michael_zanetti@gmx.net> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -33,7 +33,7 @@ class DevicePluginAvahiMonitor : public DevicePlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginavahimonitor.json")
Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginavahimonitor.json")
Q_INTERFACES(DevicePlugin)
public:

View File

@ -4,7 +4,7 @@
"id": "d83fb167-cef7-4347-8c58-fa39df7bea4f",
"vendors": [
{
"displayName": "guh",
"displayName": "guh GmbH",
"name": "guh",
"id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6",
"deviceClasses": [

View File

@ -1,6 +1,6 @@
include(../plugins.pri)
TARGET = $$qtLibraryTarget(guh_devicepluginawattar)
TARGET = $$qtLibraryTarget(nymea_devicepluginawattar)
SOURCES += \
devicepluginawattar.cpp \

View File

@ -2,7 +2,7 @@
* *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -26,7 +26,7 @@
\brief Plugin for aWATTar, an austrian energy provider.
\ingroup plugins
\ingroup guh-plugins
\ingroup nymea-plugins
This plugin allows to receive the current energy market price from the \l{https://www.awattar.com/}{aWATTar GmbH}.
In order to use this plugin you need to enter the access token from your energy provider. You can find more

View File

@ -2,7 +2,7 @@
* *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -37,7 +37,7 @@
class DevicePluginAwattar : public DevicePlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginawattar.json")
Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginawattar.json")
Q_INTERFACES(DevicePlugin)
public:

View File

@ -2,7 +2,7 @@
* *
* Copyright (C) 2016 Simon Stürz <simon.stuerz@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *

View File

@ -2,7 +2,7 @@
* *
* Copyright (C) 2016 Simon Stürz <simon.stuerz@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *

View File

@ -1,6 +1,6 @@
include(../plugins.pri)
TARGET = $$qtLibraryTarget(guh_deviceplugincommandlauncher)
TARGET = $$qtLibraryTarget(nymea_deviceplugincommandlauncher)
SOURCES += \
deviceplugincommandlauncher.cpp

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* Copyright (C) 2014 Michael Zanetti <michael_zanetti@gmx.net> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -27,27 +27,27 @@
\brief Plugin for system commands.
\ingroup plugins
\ingroup guh-plugins-maker
\ingroup nymea-plugins-maker
The application and script launcher plugin allows you to execute bash commands and start bash scripts.
\chapter Application launcher
The application launcher \l{DeviceClass} allows you to call bash applications or commands (with parameters)
from guh. Once, the application started, the \tt running \l{State} will change to \tt true, if the application
from nymea. Once, the application started, the \tt running \l{State} will change to \tt true, if the application
is finished, the \tt running \l{State} will change to \tt false.
\section3 Example
An example command could be \l{http://linux.die.net/man/1/espeak}{espeak}. (\tt{apt-get install espeak})
\code
espeak -v en "Chuck Norris is using gooe" # gooe = guh pronounced correctly
espeak -v en "Chuck Norris is using nymea"
\endcode
\chapter Bashscript launcher
The bashscript launcher \l{DeviceClass} allows you to call bash script (with parameters)
from guh. Once, the script is running, the \tt running \l{State} will change to \tt true, if the script
from nymea. Once, the script is running, the \tt running \l{State} will change to \tt true, if the script
is finished, the \tt running \l{State} will change to \tt false.
\section3 Example
@ -62,7 +62,7 @@
# Create archive filename...
day=$(date +%Y%m%d)
hostname="guh.guru"
hostname="nymea.io"
archive_file="$day-$hostname.tgz"
# Print start status message...

View File

@ -2,7 +2,7 @@
* *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -32,7 +32,7 @@ class DevicePluginCommandLauncher : public DevicePlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "deviceplugincommandlauncher.json")
Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "deviceplugincommandlauncher.json")
Q_INTERFACES(DevicePlugin)
public:

View File

@ -5,7 +5,7 @@
"vendors": [
{
"name": "guh",
"displayName": "guh",
"displayName": "guh GmbH",
"id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6",
"deviceClasses": [
{

View File

@ -1,6 +1,6 @@
include(../plugins.pri)
TARGET = $$qtLibraryTarget(guh_devicepluginconrad)
TARGET = $$qtLibraryTarget(nymea_devicepluginconrad)
SOURCES += \
devicepluginconrad.cpp

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* Copyright (C) 2014 Michael Zanetti <michael_zanetti@gmx.net> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -27,7 +27,7 @@
\brief Plugin for Conrad 433 MHz devices.
\ingroup plugins
\ingroup guh-plugins
\ingroup nymea-plugins
This plugin allows to controll RF 433 MHz actors an receive remote signals from \l{http://www.conrad.at}{Conrad}
devices.

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* Copyright (C) 2014 Michael Zanetti <michael_zanetti@gmx.net> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -30,7 +30,7 @@ class DevicePluginConrad : public DevicePlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "org.guh.DevicePlugin" FILE "devicepluginconrad.json")
Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginconrad.json")
Q_INTERFACES(DevicePlugin)
public:

View File

@ -2,7 +2,7 @@
* *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *

View File

@ -2,7 +2,7 @@
* *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *

View File

@ -2,7 +2,7 @@
* *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *

View File

@ -2,7 +2,7 @@
* *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *

View File

@ -1,6 +1,6 @@
include(../plugins.pri)
TARGET = $$qtLibraryTarget(guh_deviceplugindatetime)
TARGET = $$qtLibraryTarget(nymea_deviceplugindatetime)
SOURCES += \
deviceplugindatetime.cpp \

View File

@ -2,7 +2,7 @@
* *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -26,7 +26,7 @@
\brief Plugin for timezone based time information.
\ingroup plugins
\ingroup guh-plugins
\ingroup nymea-plugins
The time plugin allows you create rules based on the time, day, month, year, weekday or on weekend.

View File

@ -2,7 +2,7 @@
* *
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -37,7 +37,7 @@ class DevicePluginDateTime : public DevicePlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "deviceplugindatetime.json")
Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "deviceplugindatetime.json")
Q_INTERFACES(DevicePlugin)
public:

View File

@ -5,7 +5,7 @@
"vendors": [
{
"name": "guh",
"displayName": "guh",
"displayName": "guh GmbH",
"id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6",
"deviceClasses": [
{

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
nymea-plugins (0.2.0) UNRELEASED; urgency=medium
* rename to nymea
-- Michael Zanetti <michael.zanetti@guh.io> Tue, 06 Mar 2018 22:49:05 +0100
guh-plugins (0.1.0) xenial; urgency=medium
* Add metapackages

483
debian/control vendored
View File

@ -1,9 +1,9 @@
Source: guh-plugins
Source: nymea-plugins
Section: utils
Priority: options
Maintainer: Michael Zanetti <michael.zanetti@guh.io>
Build-depends: debhelper (>= 0.0.0),
libguh1-dev,
libnymea1-dev,
libqt5serialport5-dev,
python:any,
qtbase5-dev,
@ -11,598 +11,639 @@ Build-depends: debhelper (>= 0.0.0),
Standards-Version: 3.9.3
Package: guh-plugin-avahimonitor
Package: nymea-plugin-avahimonitor
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for avahimonitor
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-avahimonitor
Description: nymea.io plugin for avahimonitor
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for avahimonitor
This package will install the nymea.io plugin for avahimonitor
Package: guh-plugin-awattar
Package: nymea-plugin-awattar
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for awattar
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-awattar
Description: nymea.io plugin for awattar
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for awattar
This package will install the nymea.io plugin for awattar
Package: guh-plugin-commandlauncher
Package: nymea-plugin-commandlauncher
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for commandlauncher
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-commandlauncher
Description: nymea.io plugin for commandlauncher
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for commandlauncher
This package will install the nymea.io plugin for commandlauncher
Package: guh-plugin-conrad
Package: nymea-plugin-conrad
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for conrad
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-conrad
Description: nymea.io plugin for conrad
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for conrad
This package will install the nymea.io plugin for conrad
Package: guh-plugin-datetime
Package: nymea-plugin-datetime
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for datetime
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-datetime
Description: nymea.io plugin for datetime
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for datetime
This package will install the nymea.io plugin for datetime
Package: guh-plugin-denon
Package: nymea-plugin-denon
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for denon
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-denon
Description: nymea.io plugin for denon
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for denon
This package will install the nymea.io plugin for denon
Package: guh-plugin-elro
Package: nymea-plugin-elro
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for elro
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-elro
Description: nymea.io plugin for elro
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for elro
This package will install the nymea.io plugin for elro
Package: guh-plugin-eq-3
Package: nymea-plugin-eq-3
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for eq-3
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-eq-3
Description: nymea.io plugin for eq-3
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for eq-3
This package will install the nymea.io plugin for eq-3
Package: guh-plugin-genericelements
Package: nymea-plugin-genericelements
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for genericelements
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-genericelements
Description: nymea.io plugin for genericelements
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for genericelements
This package will install the nymea.io plugin for genericelements
Package: guh-plugin-gpio
Package: nymea-plugin-gpio
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for gpio
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-gpio
Description: nymea.io plugin for gpio
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for gpio
This package will install the nymea.io plugin for gpio
Package: guh-plugin-intertechno
Package: nymea-plugin-intertechno
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for intertechno
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-intertechno
Description: nymea.io plugin for intertechno
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for intertechno
This package will install the nymea.io plugin for intertechno
Package: guh-plugin-kodi
Package: nymea-plugin-kodi
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for kodi
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-kodi
Description: nymea.io plugin for kodi
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for kodi
This package will install the nymea.io plugin for kodi
Package: guh-plugin-leynew
Package: nymea-plugin-leynew
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for leynew
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-leynew
Description: nymea.io plugin for leynew
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for leynew
This package will install the nymea.io plugin for leynew
Package: guh-plugin-lgsmarttv
Package: nymea-plugin-lgsmarttv
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for lgsmarttv
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-lgsmarttv
Description: nymea.io plugin for lgsmarttv
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for lgsmarttv
This package will install the nymea.io plugin for lgsmarttv
Package: guh-plugin-mailnotification
Package: nymea-plugin-mailnotification
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for mailnotification
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-mailnotification
Description: nymea.io plugin for mailnotification
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for mailnotification
This package will install the nymea.io plugin for mailnotification
Package: guh-plugin-netatmo
Package: nymea-plugin-netatmo
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for netatmo
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-netatmo
Description: nymea.io plugin for netatmo
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for netatmo
This package will install the nymea.io plugin for netatmo
Package: guh-plugin-networkdetector
Package: nymea-plugin-networkdetector
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
nmap,
guh-plugins-translations,
Description: guh.io plugin for networkdetector
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-networkdetector
Description: nymea.io plugin for networkdetector
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for networkdetector
This package will install the nymea.io plugin for networkdetector
Package: guh-plugin-openweathermap
Package: nymea-plugin-openweathermap
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for openweathermap
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-openweathermap
Description: nymea.io plugin for openweathermap
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for openweathermap
This package will install the nymea.io plugin for openweathermap
Package: guh-plugin-orderbutton
Package: nymea-plugin-orderbutton
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for orderbutton
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-orderbutton
Description: nymea.io plugin for orderbutton
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for orderbutton
This package will install the nymea.io plugin for orderbutton
Package: guh-plugin-osdomotics
Package: nymea-plugin-osdomotics
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for osdomotics
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-osdmotics
Description: nymea.io plugin for osdomotics
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for osdomotics
This package will install the nymea.io plugin for osdomotics
Package: guh-plugin-philipshue
Package: nymea-plugin-philipshue
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for philipshue
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-philipshue
Description: nymea.io plugin for philipshue
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for philipshue
This package will install the nymea.io plugin for philipshue
Package: guh-plugin-plantcare
Package: nymea-plugin-plantcare
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for plantcare
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-plantcare
Description: nymea.io plugin for plantcare
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for plantcare
This package will install the nymea.io plugin for plantcare
Package: guh-plugin-udpcommander
Package: nymea-plugin-udpcommander
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for UDP commander
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-udpcommander
Description: nymea.io plugin for UDP commander
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for udpcommander
This package will install the nymea.io plugin for udpcommander
Package: guh-plugin-unitec
Package: nymea-plugin-unitec
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for unitec
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-unitec
Description: nymea.io plugin for unitec
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for unitec
This package will install the nymea.io plugin for unitec
Package: guh-plugin-wakeonlan
Package: nymea-plugin-wakeonlan
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for wakeonlan
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-wakeonlan
Description: nymea.io plugin for wakeonlan
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for wakeonlan
This package will install the nymea.io plugin for wakeonlan
Package: guh-plugin-wemo
Package: nymea-plugin-wemo
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for wemo
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-wemo
Description: nymea.io plugin for wemo
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for wemo
This package will install the nymea.io plugin for wemo
Package: guh-plugin-ws2812
Package: nymea-plugin-ws2812
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for ws2812
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-ws2812
Description: nymea.io plugin for ws2812
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for ws2812
This package will install the nymea.io plugin for ws2812
Package: guh-plugin-tcpcommander
Package: nymea-plugin-tcpcommander
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for TCP commander
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-tcpcommander
Description: nymea.io plugin for TCP commander
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for TCP commander
This package will install the nymea.io plugin for TCP commander
Package: guh-plugin-simulation
Package: nymea-plugin-simulation
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for simulated devices
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-simulation
Description: nymea.io plugin for simulated devices
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for simulated devices
This package will install the nymea.io plugin for simulated devices
Package: guh-plugin-elgato
Package: nymea-plugin-elgato
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for elgato
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-elgato
Description: nymea.io plugin for elgato
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for elgato
This package will install the nymea.io plugin for elgato
Package: guh-plugin-senic
Package: nymea-plugin-senic
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for senic
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-senic
Description: nymea.io plugin for senic
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for senic
This package will install the nymea.io plugin for senic
Package: guh-plugin-snapd
Package: nymea-plugin-snapd
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
guh-plugins-translations,
Description: guh.io plugin for snapd
The guh daemon is a plugin based IoT (Internet of Things) server. The
nymea-plugins-translations,
Replaces: guh-plugin-snapd
Description: nymea.io plugin for snapd
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the guh.io plugin for snapd
This package will install the nymea.io plugin for snapd
Package: guh-plugins-translations
Package: nymea-plugins-translations
Section: misc
Architecture: all
Depends: ${misc:Depends}
Description: Translation files for guh plugins - translations
The guh daemon is a plugin based IoT (Internet of Things) server. The
Replaces: guh-plugins-translations
Description: Translation files for nymea plugins - translations
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package provides the translation files for all guh plugins.
This package provides the translation files for all nymea plugins.
Package: guh-plugins
Package: nymea-plugins
Section: libs
Architecture: all
Depends: guh-plugin-awattar,
guh-plugin-datetime,
guh-plugin-denon,
guh-plugin-eq-3,
guh-plugin-kodi,
guh-plugin-lgsmarttv,
guh-plugin-mailnotification,
guh-plugin-netatmo,
guh-plugin-networkdetector,
guh-plugin-openweathermap,
guh-plugin-philipshue,
guh-plugin-pushbullet,
guh-plugin-wakeonlan,
guh-plugin-wemo,
guh-plugin-elgato,
guh-plugin-senic
Description: Plugins for guh IoT server - the default plugin collection
The guh daemon is a plugin based IoT (Internet of Things) server. The
Depends: nymea-plugin-awattar,
nymea-plugin-datetime,
nymea-plugin-denon,
nymea-plugin-eq-3,
nymea-plugin-kodi,
nymea-plugin-lgsmarttv,
nymea-plugin-mailnotification,
nymea-plugin-netatmo,
nymea-plugin-networkdetector,
nymea-plugin-openweathermap,
nymea-plugin-philipshue,
nymea-plugin-wakeonlan,
nymea-plugin-wemo,
nymea-plugin-elgato,
nymea-plugin-senic
Replaces: guh-plugins
Description: Plugins for nymea IoT server - the default plugin collection
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the default guh plugins.
This package will install the default nymea plugins.
Package: guh-plugins-maker
Package: nymea-plugins-maker
Section: libs
Architecture: all
Depends: guh-plugin-commandlauncher,
guh-plugin-udpcommander,
guh-plugin-tcpcommander,
guh-plugin-genericelements,
guh-plugin-avahimonitor,
guh-plugin-gpio,
Description: Plugins for guh IoT server - Meta package for makers, tinkers and hackers
The guh daemon is a plugin based IoT (Internet of Things) server. The
Depends: nymea-plugin-commandlauncher,
nymea-plugin-udpcommander,
nymea-plugin-tcpcommander,
nymea-plugin-genericelements,
nymea-plugin-avahimonitor,
nymea-plugin-gpio,
Replaces: guh-plugins-maker
Description: Plugins for nymea IoT server - Meta package for makers, tinkers and hackers
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install guh plugins for maker, tinker and hackers.
This package will install nymea plugins for maker, tinker and hackers.
Package: guh-plugins-merkurboard
Package: nymea-plugins-merkurboard
Section: libs
Architecture: all
Depends: guh-plugin-osdomotics,
guh-plugin-plantcare,
guh-plugin-ws2812,
guh-plugin-orderbutton,
Description: Plugins for guh IoT server - Meta package for 6LoWPAN Merkur boards
The guh daemon is a plugin based IoT (Internet of Things) server. The
Depends: nymea-plugin-osdomotics,
nymea-plugin-plantcare,
nymea-plugin-ws2812,
nymea-plugin-orderbutton,
Replaces: guh-plugins-merkurboard
Description: Plugins for nymea IoT server - Meta package for 6LoWPAN Merkur boards
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the 6LoWPAN Merkur board plugins for guh.
This package will install the 6LoWPAN Merkur board plugins for nymea.
Package: guh-plugins-433mhz
Package: nymea-plugins-433mhz
Section: libs
Architecture: all
Depends: guh-plugin-elro,
guh-plugin-conrad,
guh-plugin-intertechno,
guh-plugin-leynew,
guh-plugin-unitec,
Description: Plugins for guh IoT server - Meta package for RF 433 MHz plugins
The guh daemon is a plugin based IoT (Internet of Things) server. The
Depends: nymea-plugin-elro,
nymea-plugin-conrad,
nymea-plugin-intertechno,
nymea-plugin-leynew,
nymea-plugin-unitec,
Replaces: guh-plugins-433mhz
Description: Plugins for nymea IoT server - Meta package for RF 433 MHz plugins
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install the RF 433 MHz plugins for guh.
This package will install the RF 433 MHz plugins for nymea.
Package: guh-plugins-all
Package: nymea-plugins-all
Section: libs
Architecture: all
Depends: guh-plugins,
guh-plugins-433mhz,
guh-plugins-maker,
guh-plugins-merkurboard,
Description: Plugins for guh IoT server - Meta package for all plugins
The guh daemon is a plugin based IoT (Internet of Things) server. The
Depends: nymea-plugins,
nymea-plugins-433mhz,
nymea-plugins-maker,
nymea-plugins-merkurboard,
Replaces: guh-plugins-all
Description: Plugins for nymea IoT server - Meta package for all plugins
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package will install all the available plugins for guh.
This package will install all the available plugins for nymea.

2
debian/copyright vendored
View File

@ -1,5 +1,5 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: guhio
Upstream-Name: nymea-plugins
Upstream-Contact: Simon Stürz <simon.stuerz@guh.io>
Copyright: 2014-2017, guh GmbH
Download: http://www.github.com/guh/guh-plugins

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginavahimonitor.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginawattar.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugincommandlauncher.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginconrad.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugindatetime.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugindenon.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginelgato.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginelro.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugineq3.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugingenericelements.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugingpio.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginintertechno.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginkodi.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginleynew.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginlgsmarttv.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginmailnotification.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginnetatmo.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginnetworkdetector.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginopenweathermap.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginorderbutton.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginosdomotics.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginphilipshue.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginplantcare.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginsenic.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginsimulation.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginsnapd.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugintcpcommander.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginudpcommander.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginunitec.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginwakeonlan.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginwemo.so

View File

@ -1 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginws2812.so

View File

@ -1 +0,0 @@
usr/share/guh/translations

View File

@ -1 +0,0 @@
translations/*.qm usr/share/guh/translations

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginavahimonitor.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginawattar.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugincommandlauncher.so

1
debian/nymea-plugin-conrad.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginconrad.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugindatetime.so

1
debian/nymea-plugin-denon.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugindenon.so

1
debian/nymea-plugin-elgato.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginelgato.so

1
debian/nymea-plugin-elro.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginelro.so

1
debian/nymea-plugin-eq-3.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugineq3.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugingenericelements.so

1
debian/nymea-plugin-gpio.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugingpio.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginintertechno.so

1
debian/nymea-plugin-kodi.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginkodi.so

1
debian/nymea-plugin-leynew.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginleynew.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginlgsmarttv.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginmailnotification.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginnetatmo.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginnetworkdetector.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginopenweathermap.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginorderbutton.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginosdomotics.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginphilipshue.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginplantcare.so

1
debian/nymea-plugin-senic.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginsenic.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginsimulation.so

1
debian/nymea-plugin-snapd.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginsnapd.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugintcpcommander.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginudpcommander.so

1
debian/nymea-plugin-unitec.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginunitec.so

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginwakeonlan.so

1
debian/nymea-plugin-wemo.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginwemo.so

1
debian/nymea-plugin-ws2812.install.in vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginws2812.so

View File

@ -0,0 +1 @@
usr/share/nymea/translations

View File

@ -0,0 +1 @@
translations/*.qm usr/share/nymea/translations

View File

@ -1,6 +1,6 @@
include(../plugins.pri)
TARGET = $$qtLibraryTarget(guh_deviceplugindenon)
TARGET = $$qtLibraryTarget(nymea_deviceplugindenon)
SOURCES += \
deviceplugindenon.cpp \

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* Copyright (C) 2016 Bernhard Trinnes <bernhard.trinnes@guh.io> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* Copyright (C) 2016 Bernhard Trinnes <bernhard.trinnes@guh.guru> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* Copyright (C) 2016 Bernhard Trinnes <bernhard.trinnes@guh.guru> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -27,7 +27,7 @@
\brief Plugin for Denon AV
\ingroup plugins
\ingroup guh-plugins
\ingroup nymea-plugins
This plug-in supports the
\l {http://www.denon.de/de/product/hometheater/avreceivers/avrx1000}{Denon AV Amplifier AVR-X1000}

View File

@ -3,7 +3,7 @@
* Copyright (C) 2015 Simon Stürz <simon.stuerz@guh.io> *
* Copyright (C) 2016 Bernhard Trinnes <bernhard.trinnes@guh.guru> *
* *
* This file is part of guh. *
* This file is part of nymea. *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@ -41,7 +41,7 @@ class DevicePluginDenon : public DevicePlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "deviceplugindenon.json")
Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "deviceplugindenon.json")
Q_INTERFACES(DevicePlugin)
public:

Some files were not shown because too many files have changed in this diff Show More