diff --git a/avahimonitor/avahimonitor.pro b/avahimonitor/avahimonitor.pro index d58a2c2f..55db9a5a 100644 --- a/avahimonitor/avahimonitor.pro +++ b/avahimonitor/avahimonitor.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginavahimonitor) +TARGET = $$qtLibraryTarget(nymea_devicepluginavahimonitor) SOURCES += \ devicepluginavahimonitor.cpp diff --git a/avahimonitor/devicepluginavahimonitor.cpp b/avahimonitor/devicepluginavahimonitor.cpp index 9749d78f..b4574808 100644 --- a/avahimonitor/devicepluginavahimonitor.cpp +++ b/avahimonitor/devicepluginavahimonitor.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2014 Michael Zanetti * * * - * 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} diff --git a/avahimonitor/devicepluginavahimonitor.h b/avahimonitor/devicepluginavahimonitor.h index b4ce50c0..1ad123a3 100644 --- a/avahimonitor/devicepluginavahimonitor.h +++ b/avahimonitor/devicepluginavahimonitor.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2014 Michael Zanetti * * * - * 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: diff --git a/avahimonitor/devicepluginavahimonitor.json b/avahimonitor/devicepluginavahimonitor.json index b9e4fc78..8399dcb7 100644 --- a/avahimonitor/devicepluginavahimonitor.json +++ b/avahimonitor/devicepluginavahimonitor.json @@ -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": [ diff --git a/awattar/awattar.pro b/awattar/awattar.pro index fb9be0fa..2ddcec28 100644 --- a/awattar/awattar.pro +++ b/awattar/awattar.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginawattar) +TARGET = $$qtLibraryTarget(nymea_devicepluginawattar) SOURCES += \ devicepluginawattar.cpp \ diff --git a/awattar/devicepluginawattar.cpp b/awattar/devicepluginawattar.cpp index a93553c5..8922a418 100644 --- a/awattar/devicepluginawattar.cpp +++ b/awattar/devicepluginawattar.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 diff --git a/awattar/devicepluginawattar.h b/awattar/devicepluginawattar.h index e388d072..aceaec14 100644 --- a/awattar/devicepluginawattar.h +++ b/awattar/devicepluginawattar.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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: diff --git a/awattar/heatpump.cpp b/awattar/heatpump.cpp index 6c3d28d7..2d8b0944 100644 --- a/awattar/heatpump.cpp +++ b/awattar/heatpump.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2016 Simon Stürz * * * - * 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 * diff --git a/awattar/heatpump.h b/awattar/heatpump.h index 6e972f37..e88db6da 100644 --- a/awattar/heatpump.h +++ b/awattar/heatpump.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2016 Simon Stürz * * * - * 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 * diff --git a/commandlauncher/commandlauncher.pro b/commandlauncher/commandlauncher.pro index 9955aa64..9e479d98 100644 --- a/commandlauncher/commandlauncher.pro +++ b/commandlauncher/commandlauncher.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_deviceplugincommandlauncher) +TARGET = $$qtLibraryTarget(nymea_deviceplugincommandlauncher) SOURCES += \ deviceplugincommandlauncher.cpp diff --git a/commandlauncher/deviceplugincommandlauncher.cpp b/commandlauncher/deviceplugincommandlauncher.cpp index 7e12d1dd..e1e0d0d6 100644 --- a/commandlauncher/deviceplugincommandlauncher.cpp +++ b/commandlauncher/deviceplugincommandlauncher.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2014 Michael Zanetti * * * - * 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... diff --git a/commandlauncher/deviceplugincommandlauncher.h b/commandlauncher/deviceplugincommandlauncher.h index fee4e3e2..63dac59d 100644 --- a/commandlauncher/deviceplugincommandlauncher.h +++ b/commandlauncher/deviceplugincommandlauncher.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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: diff --git a/commandlauncher/deviceplugincommandlauncher.json b/commandlauncher/deviceplugincommandlauncher.json index be4e3a69..17b4c130 100644 --- a/commandlauncher/deviceplugincommandlauncher.json +++ b/commandlauncher/deviceplugincommandlauncher.json @@ -5,7 +5,7 @@ "vendors": [ { "name": "guh", - "displayName": "guh", + "displayName": "guh GmbH", "id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6", "deviceClasses": [ { diff --git a/conrad/conrad.pro b/conrad/conrad.pro index eb2801e7..ee96505d 100644 --- a/conrad/conrad.pro +++ b/conrad/conrad.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginconrad) +TARGET = $$qtLibraryTarget(nymea_devicepluginconrad) SOURCES += \ devicepluginconrad.cpp diff --git a/conrad/devicepluginconrad.cpp b/conrad/devicepluginconrad.cpp index 18964992..2e44344c 100644 --- a/conrad/devicepluginconrad.cpp +++ b/conrad/devicepluginconrad.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2014 Michael Zanetti * * * - * 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. diff --git a/conrad/devicepluginconrad.h b/conrad/devicepluginconrad.h index 79412ede..329361ff 100644 --- a/conrad/devicepluginconrad.h +++ b/conrad/devicepluginconrad.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2014 Michael Zanetti * * * - * 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: diff --git a/datetime/alarm.cpp b/datetime/alarm.cpp index 77bf7ed7..87f28c12 100644 --- a/datetime/alarm.cpp +++ b/datetime/alarm.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/datetime/alarm.h b/datetime/alarm.h index 0f0f6795..8c9edcc8 100644 --- a/datetime/alarm.h +++ b/datetime/alarm.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/datetime/countdown.cpp b/datetime/countdown.cpp index 1a968182..b60a6cd8 100644 --- a/datetime/countdown.cpp +++ b/datetime/countdown.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/datetime/countdown.h b/datetime/countdown.h index e507ccf7..7bee6701 100644 --- a/datetime/countdown.h +++ b/datetime/countdown.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/datetime/datetime.pro b/datetime/datetime.pro index 944d8e43..7ee87ac8 100644 --- a/datetime/datetime.pro +++ b/datetime/datetime.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_deviceplugindatetime) +TARGET = $$qtLibraryTarget(nymea_deviceplugindatetime) SOURCES += \ deviceplugindatetime.cpp \ diff --git a/datetime/deviceplugindatetime.cpp b/datetime/deviceplugindatetime.cpp index ebadb979..49a64115 100644 --- a/datetime/deviceplugindatetime.cpp +++ b/datetime/deviceplugindatetime.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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. diff --git a/datetime/deviceplugindatetime.h b/datetime/deviceplugindatetime.h index bb901b6c..bdb993dc 100644 --- a/datetime/deviceplugindatetime.h +++ b/datetime/deviceplugindatetime.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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: diff --git a/datetime/deviceplugindatetime.json b/datetime/deviceplugindatetime.json index 00ffc808..3bda703f 100644 --- a/datetime/deviceplugindatetime.json +++ b/datetime/deviceplugindatetime.json @@ -5,7 +5,7 @@ "vendors": [ { "name": "guh", - "displayName": "guh", + "displayName": "guh GmbH", "id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6", "deviceClasses": [ { diff --git a/debian/changelog b/debian/changelog index eb980c85..ded1bcc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nymea-plugins (0.2.0) UNRELEASED; urgency=medium + + * rename to nymea + + -- Michael Zanetti Tue, 06 Mar 2018 22:49:05 +0100 + guh-plugins (0.1.0) xenial; urgency=medium * Add metapackages diff --git a/debian/control b/debian/control index bcaa30ae..a9c3eca0 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ -Source: guh-plugins +Source: nymea-plugins Section: utils Priority: options Maintainer: Michael Zanetti 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. diff --git a/debian/copyright b/debian/copyright index 72cc5be3..88c54492 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 Copyright: 2014-2017, guh GmbH Download: http://www.github.com/guh/guh-plugins diff --git a/debian/guh-plugin-avahimonitor.install.in b/debian/guh-plugin-avahimonitor.install.in deleted file mode 100644 index c26066f9..00000000 --- a/debian/guh-plugin-avahimonitor.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginavahimonitor.so \ No newline at end of file diff --git a/debian/guh-plugin-awattar.install.in b/debian/guh-plugin-awattar.install.in deleted file mode 100644 index 42889dca..00000000 --- a/debian/guh-plugin-awattar.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginawattar.so \ No newline at end of file diff --git a/debian/guh-plugin-commandlauncher.install.in b/debian/guh-plugin-commandlauncher.install.in deleted file mode 100644 index faf2298a..00000000 --- a/debian/guh-plugin-commandlauncher.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugincommandlauncher.so \ No newline at end of file diff --git a/debian/guh-plugin-conrad.install.in b/debian/guh-plugin-conrad.install.in deleted file mode 100644 index 40003bf1..00000000 --- a/debian/guh-plugin-conrad.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginconrad.so \ No newline at end of file diff --git a/debian/guh-plugin-datetime.install.in b/debian/guh-plugin-datetime.install.in deleted file mode 100644 index 242a61a0..00000000 --- a/debian/guh-plugin-datetime.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugindatetime.so \ No newline at end of file diff --git a/debian/guh-plugin-denon.install.in b/debian/guh-plugin-denon.install.in deleted file mode 100644 index a7539eb3..00000000 --- a/debian/guh-plugin-denon.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugindenon.so \ No newline at end of file diff --git a/debian/guh-plugin-elgato.install.in b/debian/guh-plugin-elgato.install.in deleted file mode 100644 index 13621ec6..00000000 --- a/debian/guh-plugin-elgato.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginelgato.so diff --git a/debian/guh-plugin-elro.install.in b/debian/guh-plugin-elro.install.in deleted file mode 100644 index ba733efe..00000000 --- a/debian/guh-plugin-elro.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginelro.so \ No newline at end of file diff --git a/debian/guh-plugin-eq-3.install.in b/debian/guh-plugin-eq-3.install.in deleted file mode 100644 index ad0c40e4..00000000 --- a/debian/guh-plugin-eq-3.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugineq3.so diff --git a/debian/guh-plugin-genericelements.install.in b/debian/guh-plugin-genericelements.install.in deleted file mode 100644 index 7991688e..00000000 --- a/debian/guh-plugin-genericelements.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugingenericelements.so \ No newline at end of file diff --git a/debian/guh-plugin-gpio.install.in b/debian/guh-plugin-gpio.install.in deleted file mode 100644 index dd184af1..00000000 --- a/debian/guh-plugin-gpio.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugingpio.so \ No newline at end of file diff --git a/debian/guh-plugin-intertechno.install.in b/debian/guh-plugin-intertechno.install.in deleted file mode 100644 index 90d48590..00000000 --- a/debian/guh-plugin-intertechno.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginintertechno.so \ No newline at end of file diff --git a/debian/guh-plugin-kodi.install.in b/debian/guh-plugin-kodi.install.in deleted file mode 100644 index 0c692eb1..00000000 --- a/debian/guh-plugin-kodi.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginkodi.so \ No newline at end of file diff --git a/debian/guh-plugin-leynew.install.in b/debian/guh-plugin-leynew.install.in deleted file mode 100644 index 698526d1..00000000 --- a/debian/guh-plugin-leynew.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginleynew.so \ No newline at end of file diff --git a/debian/guh-plugin-lgsmarttv.install.in b/debian/guh-plugin-lgsmarttv.install.in deleted file mode 100644 index 1495ca32..00000000 --- a/debian/guh-plugin-lgsmarttv.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginlgsmarttv.so \ No newline at end of file diff --git a/debian/guh-plugin-mailnotification.install.in b/debian/guh-plugin-mailnotification.install.in deleted file mode 100644 index df923ef2..00000000 --- a/debian/guh-plugin-mailnotification.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginmailnotification.so \ No newline at end of file diff --git a/debian/guh-plugin-netatmo.install.in b/debian/guh-plugin-netatmo.install.in deleted file mode 100644 index 7ca1a83c..00000000 --- a/debian/guh-plugin-netatmo.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginnetatmo.so \ No newline at end of file diff --git a/debian/guh-plugin-networkdetector.install.in b/debian/guh-plugin-networkdetector.install.in deleted file mode 100644 index 1736f7bc..00000000 --- a/debian/guh-plugin-networkdetector.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginnetworkdetector.so \ No newline at end of file diff --git a/debian/guh-plugin-openweathermap.install.in b/debian/guh-plugin-openweathermap.install.in deleted file mode 100644 index 14ebe041..00000000 --- a/debian/guh-plugin-openweathermap.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginopenweathermap.so \ No newline at end of file diff --git a/debian/guh-plugin-orderbutton.install.in b/debian/guh-plugin-orderbutton.install.in deleted file mode 100644 index 08f7a10c..00000000 --- a/debian/guh-plugin-orderbutton.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginorderbutton.so \ No newline at end of file diff --git a/debian/guh-plugin-osdomotics.install.in b/debian/guh-plugin-osdomotics.install.in deleted file mode 100644 index dcf8df01..00000000 --- a/debian/guh-plugin-osdomotics.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginosdomotics.so \ No newline at end of file diff --git a/debian/guh-plugin-philipshue.install.in b/debian/guh-plugin-philipshue.install.in deleted file mode 100644 index 4e044ff8..00000000 --- a/debian/guh-plugin-philipshue.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginphilipshue.so \ No newline at end of file diff --git a/debian/guh-plugin-plantcare.install.in b/debian/guh-plugin-plantcare.install.in deleted file mode 100644 index 463ca0b1..00000000 --- a/debian/guh-plugin-plantcare.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginplantcare.so \ No newline at end of file diff --git a/debian/guh-plugin-senic.install.in b/debian/guh-plugin-senic.install.in deleted file mode 100644 index 0fe1924a..00000000 --- a/debian/guh-plugin-senic.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginsenic.so diff --git a/debian/guh-plugin-simulation.install.in b/debian/guh-plugin-simulation.install.in deleted file mode 100644 index 76112969..00000000 --- a/debian/guh-plugin-simulation.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginsimulation.so diff --git a/debian/guh-plugin-snapd.install.in b/debian/guh-plugin-snapd.install.in deleted file mode 100644 index 281b705a..00000000 --- a/debian/guh-plugin-snapd.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginsnapd.so diff --git a/debian/guh-plugin-tcpcommander.install.in b/debian/guh-plugin-tcpcommander.install.in deleted file mode 100644 index 9c2e4152..00000000 --- a/debian/guh-plugin-tcpcommander.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_deviceplugintcpcommander.so diff --git a/debian/guh-plugin-udpcommander.install.in b/debian/guh-plugin-udpcommander.install.in deleted file mode 100644 index dc788d36..00000000 --- a/debian/guh-plugin-udpcommander.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginudpcommander.so \ No newline at end of file diff --git a/debian/guh-plugin-unitec.install.in b/debian/guh-plugin-unitec.install.in deleted file mode 100644 index c11266e2..00000000 --- a/debian/guh-plugin-unitec.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginunitec.so \ No newline at end of file diff --git a/debian/guh-plugin-wakeonlan.install.in b/debian/guh-plugin-wakeonlan.install.in deleted file mode 100644 index 91fba24d..00000000 --- a/debian/guh-plugin-wakeonlan.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginwakeonlan.so \ No newline at end of file diff --git a/debian/guh-plugin-wemo.install.in b/debian/guh-plugin-wemo.install.in deleted file mode 100644 index c23c7929..00000000 --- a/debian/guh-plugin-wemo.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginwemo.so \ No newline at end of file diff --git a/debian/guh-plugin-ws2812.install.in b/debian/guh-plugin-ws2812.install.in deleted file mode 100644 index e33c1096..00000000 --- a/debian/guh-plugin-ws2812.install.in +++ /dev/null @@ -1 +0,0 @@ -usr/lib/@DEB_HOST_MULTIARCH@/guh/plugins/libguh_devicepluginws2812.so \ No newline at end of file diff --git a/debian/guh-plugins-translations.dirs b/debian/guh-plugins-translations.dirs deleted file mode 100644 index 667a6a9b..00000000 --- a/debian/guh-plugins-translations.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/share/guh/translations diff --git a/debian/guh-plugins-translations.install.in b/debian/guh-plugins-translations.install.in deleted file mode 100644 index 370cf002..00000000 --- a/debian/guh-plugins-translations.install.in +++ /dev/null @@ -1 +0,0 @@ -translations/*.qm usr/share/guh/translations diff --git a/debian/nymea-plugin-avahimonitor.install.in b/debian/nymea-plugin-avahimonitor.install.in new file mode 100644 index 00000000..f3c0fd06 --- /dev/null +++ b/debian/nymea-plugin-avahimonitor.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginavahimonitor.so \ No newline at end of file diff --git a/debian/nymea-plugin-awattar.install.in b/debian/nymea-plugin-awattar.install.in new file mode 100644 index 00000000..cbb2e27d --- /dev/null +++ b/debian/nymea-plugin-awattar.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginawattar.so \ No newline at end of file diff --git a/debian/nymea-plugin-commandlauncher.install.in b/debian/nymea-plugin-commandlauncher.install.in new file mode 100644 index 00000000..39bff18d --- /dev/null +++ b/debian/nymea-plugin-commandlauncher.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugincommandlauncher.so \ No newline at end of file diff --git a/debian/nymea-plugin-conrad.install.in b/debian/nymea-plugin-conrad.install.in new file mode 100644 index 00000000..f820061b --- /dev/null +++ b/debian/nymea-plugin-conrad.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginconrad.so \ No newline at end of file diff --git a/debian/nymea-plugin-datetime.install.in b/debian/nymea-plugin-datetime.install.in new file mode 100644 index 00000000..828b615d --- /dev/null +++ b/debian/nymea-plugin-datetime.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugindatetime.so \ No newline at end of file diff --git a/debian/nymea-plugin-denon.install.in b/debian/nymea-plugin-denon.install.in new file mode 100644 index 00000000..38f6830c --- /dev/null +++ b/debian/nymea-plugin-denon.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugindenon.so \ No newline at end of file diff --git a/debian/nymea-plugin-elgato.install.in b/debian/nymea-plugin-elgato.install.in new file mode 100644 index 00000000..4647b312 --- /dev/null +++ b/debian/nymea-plugin-elgato.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginelgato.so diff --git a/debian/nymea-plugin-elro.install.in b/debian/nymea-plugin-elro.install.in new file mode 100644 index 00000000..035894a2 --- /dev/null +++ b/debian/nymea-plugin-elro.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginelro.so \ No newline at end of file diff --git a/debian/nymea-plugin-eq-3.install.in b/debian/nymea-plugin-eq-3.install.in new file mode 100644 index 00000000..a0021906 --- /dev/null +++ b/debian/nymea-plugin-eq-3.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugineq3.so diff --git a/debian/nymea-plugin-genericelements.install.in b/debian/nymea-plugin-genericelements.install.in new file mode 100644 index 00000000..c87d473b --- /dev/null +++ b/debian/nymea-plugin-genericelements.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugingenericelements.so \ No newline at end of file diff --git a/debian/nymea-plugin-gpio.install.in b/debian/nymea-plugin-gpio.install.in new file mode 100644 index 00000000..f525c8d3 --- /dev/null +++ b/debian/nymea-plugin-gpio.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugingpio.so \ No newline at end of file diff --git a/debian/nymea-plugin-intertechno.install.in b/debian/nymea-plugin-intertechno.install.in new file mode 100644 index 00000000..a5b59dc7 --- /dev/null +++ b/debian/nymea-plugin-intertechno.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginintertechno.so \ No newline at end of file diff --git a/debian/nymea-plugin-kodi.install.in b/debian/nymea-plugin-kodi.install.in new file mode 100644 index 00000000..17b10eb6 --- /dev/null +++ b/debian/nymea-plugin-kodi.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginkodi.so \ No newline at end of file diff --git a/debian/nymea-plugin-leynew.install.in b/debian/nymea-plugin-leynew.install.in new file mode 100644 index 00000000..781ce187 --- /dev/null +++ b/debian/nymea-plugin-leynew.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginleynew.so \ No newline at end of file diff --git a/debian/nymea-plugin-lgsmarttv.install.in b/debian/nymea-plugin-lgsmarttv.install.in new file mode 100644 index 00000000..f1b065b6 --- /dev/null +++ b/debian/nymea-plugin-lgsmarttv.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginlgsmarttv.so \ No newline at end of file diff --git a/debian/nymea-plugin-mailnotification.install.in b/debian/nymea-plugin-mailnotification.install.in new file mode 100644 index 00000000..c736259e --- /dev/null +++ b/debian/nymea-plugin-mailnotification.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginmailnotification.so \ No newline at end of file diff --git a/debian/nymea-plugin-netatmo.install.in b/debian/nymea-plugin-netatmo.install.in new file mode 100644 index 00000000..5664e422 --- /dev/null +++ b/debian/nymea-plugin-netatmo.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginnetatmo.so \ No newline at end of file diff --git a/debian/nymea-plugin-networkdetector.install.in b/debian/nymea-plugin-networkdetector.install.in new file mode 100644 index 00000000..ee1bcbf8 --- /dev/null +++ b/debian/nymea-plugin-networkdetector.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginnetworkdetector.so \ No newline at end of file diff --git a/debian/nymea-plugin-openweathermap.install.in b/debian/nymea-plugin-openweathermap.install.in new file mode 100644 index 00000000..6c6e8fd5 --- /dev/null +++ b/debian/nymea-plugin-openweathermap.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginopenweathermap.so \ No newline at end of file diff --git a/debian/nymea-plugin-orderbutton.install.in b/debian/nymea-plugin-orderbutton.install.in new file mode 100644 index 00000000..0bcc6dca --- /dev/null +++ b/debian/nymea-plugin-orderbutton.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginorderbutton.so \ No newline at end of file diff --git a/debian/nymea-plugin-osdomotics.install.in b/debian/nymea-plugin-osdomotics.install.in new file mode 100644 index 00000000..6846975e --- /dev/null +++ b/debian/nymea-plugin-osdomotics.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginosdomotics.so \ No newline at end of file diff --git a/debian/nymea-plugin-philipshue.install.in b/debian/nymea-plugin-philipshue.install.in new file mode 100644 index 00000000..991dcc25 --- /dev/null +++ b/debian/nymea-plugin-philipshue.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginphilipshue.so \ No newline at end of file diff --git a/debian/nymea-plugin-plantcare.install.in b/debian/nymea-plugin-plantcare.install.in new file mode 100644 index 00000000..725d6068 --- /dev/null +++ b/debian/nymea-plugin-plantcare.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginplantcare.so \ No newline at end of file diff --git a/debian/nymea-plugin-senic.install.in b/debian/nymea-plugin-senic.install.in new file mode 100644 index 00000000..716ee40e --- /dev/null +++ b/debian/nymea-plugin-senic.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginsenic.so diff --git a/debian/nymea-plugin-simulation.install.in b/debian/nymea-plugin-simulation.install.in new file mode 100644 index 00000000..b1fa7ae9 --- /dev/null +++ b/debian/nymea-plugin-simulation.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginsimulation.so diff --git a/debian/nymea-plugin-snapd.install.in b/debian/nymea-plugin-snapd.install.in new file mode 100644 index 00000000..5d738bbb --- /dev/null +++ b/debian/nymea-plugin-snapd.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginsnapd.so diff --git a/debian/nymea-plugin-tcpcommander.install.in b/debian/nymea-plugin-tcpcommander.install.in new file mode 100644 index 00000000..c1395c41 --- /dev/null +++ b/debian/nymea-plugin-tcpcommander.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_deviceplugintcpcommander.so diff --git a/debian/nymea-plugin-udpcommander.install.in b/debian/nymea-plugin-udpcommander.install.in new file mode 100644 index 00000000..388c8549 --- /dev/null +++ b/debian/nymea-plugin-udpcommander.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginudpcommander.so \ No newline at end of file diff --git a/debian/nymea-plugin-unitec.install.in b/debian/nymea-plugin-unitec.install.in new file mode 100644 index 00000000..d74e9a65 --- /dev/null +++ b/debian/nymea-plugin-unitec.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginunitec.so \ No newline at end of file diff --git a/debian/nymea-plugin-wakeonlan.install.in b/debian/nymea-plugin-wakeonlan.install.in new file mode 100644 index 00000000..8964e048 --- /dev/null +++ b/debian/nymea-plugin-wakeonlan.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginwakeonlan.so \ No newline at end of file diff --git a/debian/nymea-plugin-wemo.install.in b/debian/nymea-plugin-wemo.install.in new file mode 100644 index 00000000..a13aa338 --- /dev/null +++ b/debian/nymea-plugin-wemo.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginwemo.so \ No newline at end of file diff --git a/debian/nymea-plugin-ws2812.install.in b/debian/nymea-plugin-ws2812.install.in new file mode 100644 index 00000000..64b21ec3 --- /dev/null +++ b/debian/nymea-plugin-ws2812.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginws2812.so \ No newline at end of file diff --git a/debian/nymea-plugins-translations.dirs b/debian/nymea-plugins-translations.dirs new file mode 100644 index 00000000..43694e3a --- /dev/null +++ b/debian/nymea-plugins-translations.dirs @@ -0,0 +1 @@ +usr/share/nymea/translations diff --git a/debian/nymea-plugins-translations.install.in b/debian/nymea-plugins-translations.install.in new file mode 100644 index 00000000..69dcb0ca --- /dev/null +++ b/debian/nymea-plugins-translations.install.in @@ -0,0 +1 @@ +translations/*.qm usr/share/nymea/translations diff --git a/denon/denon.pro b/denon/denon.pro index 3b902e55..9475acb3 100644 --- a/denon/denon.pro +++ b/denon/denon.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_deviceplugindenon) +TARGET = $$qtLibraryTarget(nymea_deviceplugindenon) SOURCES += \ deviceplugindenon.cpp \ diff --git a/denon/denonconnection.cpp b/denon/denonconnection.cpp index 75ab892e..d55e15ed 100644 --- a/denon/denonconnection.cpp +++ b/denon/denonconnection.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2016 Bernhard Trinnes * * * - * 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 * diff --git a/denon/denonconnection.h b/denon/denonconnection.h index a8886d5b..5241aafb 100644 --- a/denon/denonconnection.h +++ b/denon/denonconnection.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2016 Bernhard Trinnes * * * - * 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 * diff --git a/denon/deviceplugindenon.cpp b/denon/deviceplugindenon.cpp index 20227aeb..31502663 100644 --- a/denon/deviceplugindenon.cpp +++ b/denon/deviceplugindenon.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2016 Bernhard Trinnes * * * - * 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} diff --git a/denon/deviceplugindenon.h b/denon/deviceplugindenon.h index bdfc2fc0..03bf0593 100644 --- a/denon/deviceplugindenon.h +++ b/denon/deviceplugindenon.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2016 Bernhard Trinnes * * * - * 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: diff --git a/elgato/aveabulb.cpp b/elgato/aveabulb.cpp index e9fb0cf1..bcb5e411 100644 --- a/elgato/aveabulb.cpp +++ b/elgato/aveabulb.cpp @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * 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 * diff --git a/elgato/aveabulb.h b/elgato/aveabulb.h index d2028939..08e362eb 100644 --- a/elgato/aveabulb.h +++ b/elgato/aveabulb.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * 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 * diff --git a/elgato/devicepluginelgato.cpp b/elgato/devicepluginelgato.cpp index d21060ce..22cb4f93 100644 --- a/elgato/devicepluginelgato.cpp +++ b/elgato/devicepluginelgato.cpp @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * 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 * @@ -24,7 +24,7 @@ \brief Plugin for Elgato Avea Blutooth lamp. \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins This plugin allows to find and controll the Bluetooth Low Energy bulb from \l{https://www.elgato.com/en/smart/avea}{Elgato Avea}. diff --git a/elgato/devicepluginelgato.h b/elgato/devicepluginelgato.h index 7eee753f..8144c7e3 100644 --- a/elgato/devicepluginelgato.h +++ b/elgato/devicepluginelgato.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * 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 * @@ -29,7 +29,7 @@ class DevicePluginElgato : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginelgato.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginelgato.json") Q_INTERFACES(DevicePlugin) public: diff --git a/elgato/elgato.pro b/elgato/elgato.pro index 66c85847..e2a0a1e5 100644 --- a/elgato/elgato.pro +++ b/elgato/elgato.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginelgato) +TARGET = $$qtLibraryTarget(nymea_devicepluginelgato) SOURCES += \ devicepluginelgato.cpp \ diff --git a/elro/devicepluginelro.cpp b/elro/devicepluginelro.cpp index 8c4792cb..c6ab7a0c 100644 --- a/elro/devicepluginelro.cpp +++ b/elro/devicepluginelro.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 all Elro 433 MHz based 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.elroshop.eu/}{Elro} devices. diff --git a/elro/devicepluginelro.h b/elro/devicepluginelro.h index b9c3360b..d341e183 100644 --- a/elro/devicepluginelro.h +++ b/elro/devicepluginelro.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -29,7 +29,7 @@ class DevicePluginElro : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginelro.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginelro.json") Q_INTERFACES(DevicePlugin) public: diff --git a/elro/elro.pro b/elro/elro.pro index 7c9ec86a..bd563663 100644 --- a/elro/elro.pro +++ b/elro/elro.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginelro) +TARGET = $$qtLibraryTarget(nymea_devicepluginelro) SOURCES += \ devicepluginelro.cpp diff --git a/eq-3/deviceplugineq-3.cpp b/eq-3/deviceplugineq-3.cpp index 0b9fb1c2..2b4de16d 100644 --- a/eq-3/deviceplugineq-3.cpp +++ b/eq-3/deviceplugineq-3.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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,12 +26,12 @@ \brief Plugin for the eQ-3 heating system. \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins This plugin allows to find and controll devices from Max!(eQ-3). To use this devices, you need at least one \l{http://www.eq-3.de/max-heizungssteuerung-produktdetail/items/bc-lgw-o-tw.html}{Max! Cube LAN Gateway} in you local network. Once the cube is connected (DHCP), you can auto detect the cube in the network and - add it to your \l{https://guh.guru}{guh} devices. Also more than one cube in the network is supported. All + add it to your \l{https://nymea.io}{nymea} devices. Also more than one cube in the network is supported. All devices, which are connected to a cube, will be autogenerated. For the setup of a cube, the original software is recomanded (min/max setpoint temperature, weekly programm...). @@ -40,7 +40,7 @@ This \l{http://www.eq-3.de/max-heizungssteuerung-produktdetail/ items/bc-lgw-o-tw.html}{cube} can be discovered in the network. Every device, which is connected with the cube, will be appear automatically, once the cube is configrued and - added to guh. + added to nymea. \section2 Max! Wall Thermostat In order to use this device, you need a \l{http://www.eq-3.de/max-heizungssteuerung-produktdetail/ diff --git a/eq-3/deviceplugineq-3.h b/eq-3/deviceplugineq-3.h index 0bef0abc..664e8570 100644 --- a/eq-3/deviceplugineq-3.h +++ b/eq-3/deviceplugineq-3.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -35,7 +35,7 @@ class DevicePluginEQ3: public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "deviceplugineq-3.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "deviceplugineq-3.json") Q_INTERFACES(DevicePlugin) public: diff --git a/eq-3/eq-3.pro b/eq-3/eq-3.pro index f828738f..22da5243 100644 --- a/eq-3/eq-3.pro +++ b/eq-3/eq-3.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_deviceplugineq3) +TARGET = $$qtLibraryTarget(nymea_deviceplugineq3) SOURCES += \ deviceplugineq-3.cpp \ diff --git a/eq-3/maxcube.cpp b/eq-3/maxcube.cpp index 71c7da13..bc02b608 100644 --- a/eq-3/maxcube.cpp +++ b/eq-3/maxcube.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/eq-3/maxcube.h b/eq-3/maxcube.h index 76c17dfe..2eb607f8 100644 --- a/eq-3/maxcube.h +++ b/eq-3/maxcube.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/eq-3/maxcubediscovery.cpp b/eq-3/maxcubediscovery.cpp index 10c29021..18f89ca6 100644 --- a/eq-3/maxcubediscovery.cpp +++ b/eq-3/maxcubediscovery.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/eq-3/maxcubediscovery.h b/eq-3/maxcubediscovery.h index a65c9503..7eef2f24 100644 --- a/eq-3/maxcubediscovery.h +++ b/eq-3/maxcubediscovery.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/eq-3/maxdevice.cpp b/eq-3/maxdevice.cpp index b3038376..31fa32e2 100644 --- a/eq-3/maxdevice.cpp +++ b/eq-3/maxdevice.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/eq-3/maxdevice.h b/eq-3/maxdevice.h index a610925f..a5959486 100644 --- a/eq-3/maxdevice.h +++ b/eq-3/maxdevice.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/eq-3/radiatorthermostat.cpp b/eq-3/radiatorthermostat.cpp index a77d7392..a1b4b101 100644 --- a/eq-3/radiatorthermostat.cpp +++ b/eq-3/radiatorthermostat.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/eq-3/radiatorthermostat.h b/eq-3/radiatorthermostat.h index f6572442..5a599cf1 100644 --- a/eq-3/radiatorthermostat.h +++ b/eq-3/radiatorthermostat.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/eq-3/room.cpp b/eq-3/room.cpp index 4cb4bfe7..afe50338 100644 --- a/eq-3/room.cpp +++ b/eq-3/room.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/eq-3/room.h b/eq-3/room.h index a977153a..800baaed 100644 --- a/eq-3/room.h +++ b/eq-3/room.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/eq-3/wallthermostat.cpp b/eq-3/wallthermostat.cpp index 5ba790f2..98e5874b 100644 --- a/eq-3/wallthermostat.cpp +++ b/eq-3/wallthermostat.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/eq-3/wallthermostat.h b/eq-3/wallthermostat.h index 84ef4fb4..48489a89 100644 --- a/eq-3/wallthermostat.h +++ b/eq-3/wallthermostat.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/genericelements/deviceplugingenericelements.cpp b/genericelements/deviceplugingenericelements.cpp index 4a0feaf6..59bf0744 100644 --- a/genericelements/deviceplugingenericelements.cpp +++ b/genericelements/deviceplugingenericelements.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 Common elements to test the rule engine. \ingroup plugins - \ingroup guh-tests + \ingroup nymea-tests The generic elements plugin allows you create virtual buttons, which can be connected with a rule. This gives you the possibility to execute multiple \l{Action}{Actions} with one signal. Without a rule this generic elements are diff --git a/genericelements/deviceplugingenericelements.h b/genericelements/deviceplugingenericelements.h index 520e0edc..0d82d4ba 100644 --- a/genericelements/deviceplugingenericelements.h +++ b/genericelements/deviceplugingenericelements.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -29,7 +29,7 @@ class DevicePluginGenericElements : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "deviceplugingenericelements.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "deviceplugingenericelements.json") Q_INTERFACES(DevicePlugin) public: diff --git a/genericelements/deviceplugingenericelements.json b/genericelements/deviceplugingenericelements.json index 9d638484..d7b86fba 100644 --- a/genericelements/deviceplugingenericelements.json +++ b/genericelements/deviceplugingenericelements.json @@ -5,7 +5,7 @@ "vendors": [ { "name": "guh", - "displayName": "guh", + "displayName": "guh GmbH", "id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6", "deviceClasses": [ { diff --git a/genericelements/genericelements.pro b/genericelements/genericelements.pro index ed91a3cf..15e685e4 100644 --- a/genericelements/genericelements.pro +++ b/genericelements/genericelements.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_deviceplugingenericelements) +TARGET = $$qtLibraryTarget(nymea_deviceplugingenericelements) SOURCES += \ deviceplugingenericelements.cpp diff --git a/gpio/deviceplugingpio.cpp b/gpio/deviceplugingpio.cpp index c5760678..8f0f8f06 100644 --- a/gpio/deviceplugingpio.cpp +++ b/gpio/deviceplugingpio.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2016 Simon Stürz * * * - * 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 to controll gpios on different boards. \ingroup plugins - \ingroup guh-plugins-maker + \ingroup nymea-plugins-maker \chapter Raspberry Pi 2 diff --git a/gpio/deviceplugingpio.h b/gpio/deviceplugingpio.h index f95d2e83..413f1f42 100644 --- a/gpio/deviceplugingpio.h +++ b/gpio/deviceplugingpio.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2016 Simon Stürz * * * - * 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 DevicePluginGpio : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "deviceplugingpio.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "deviceplugingpio.json") Q_INTERFACES(DevicePlugin) public: diff --git a/gpio/gpio.pro b/gpio/gpio.pro index 0556e7ce..70861f43 100644 --- a/gpio/gpio.pro +++ b/gpio/gpio.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_deviceplugingpio) +TARGET = $$qtLibraryTarget(nymea_deviceplugingpio) SOURCES += \ deviceplugingpio.cpp \ diff --git a/gpio/gpiodescriptor.cpp b/gpio/gpiodescriptor.cpp index 6e77c3b8..bf9930d0 100644 --- a/gpio/gpiodescriptor.cpp +++ b/gpio/gpiodescriptor.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2016 Simon Stürz * * * - * 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 * diff --git a/gpio/gpiodescriptor.h b/gpio/gpiodescriptor.h index 26fdf60f..6fbb9930 100644 --- a/gpio/gpiodescriptor.h +++ b/gpio/gpiodescriptor.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2016 Simon Stürz * * * - * 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 * diff --git a/intertechno/devicepluginintertechno.cpp b/intertechno/devicepluginintertechno.cpp index 74fce34c..28b7af1c 100644 --- a/intertechno/devicepluginintertechno.cpp +++ b/intertechno/devicepluginintertechno.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 InterTechno 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.intertechno.at}{Intertechno} devices. diff --git a/intertechno/devicepluginintertechno.h b/intertechno/devicepluginintertechno.h index d13a31cb..53f6d193 100644 --- a/intertechno/devicepluginintertechno.h +++ b/intertechno/devicepluginintertechno.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -29,7 +29,7 @@ class DevicePluginIntertechno : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginintertechno.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginintertechno.json") Q_INTERFACES(DevicePlugin) public: diff --git a/intertechno/intertechno.pro b/intertechno/intertechno.pro index 5ce9fbdb..ea43070c 100644 --- a/intertechno/intertechno.pro +++ b/intertechno/intertechno.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginintertechno) +TARGET = $$qtLibraryTarget(nymea_devicepluginintertechno) SOURCES += \ devicepluginintertechno.cpp diff --git a/kodi/devicepluginkodi.cpp b/kodi/devicepluginkodi.cpp index 8f581aa4..af10bac4 100644 --- a/kodi/devicepluginkodi.cpp +++ b/kodi/devicepluginkodi.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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,10 +26,10 @@ \brief Plugin for the Kodi media center. \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins This plugin allows you to controll the media center \l{http://kodi.tv/}{Kodi}. If you want to discover - and control Kodi with guh, you need to activate the remote access and the UPnP service. + and control Kodi with nymea, you need to activate the remote access and the UPnP service. \chapter "Activate UPnP" In order to discover Kodi in the network, you need to activate the UPnP serive in the Kodi settings: @@ -46,7 +46,7 @@ \chapter Activate "Remote Control" - In order to control Kodi over the network with guh, you need to activate the remote control permissions: + In order to control Kodi over the network with nymea, you need to activate the remote control permissions: \section2 Settings \unicode{0x2192} Services \unicode{0x2192} Remote Control Activate all options. @@ -69,18 +69,18 @@ DevicePluginKodi::DevicePluginKodi() { // Q_INIT_RESOURCE(images); -// QFile file(":/images/guh-logo.png"); +// QFile file(":/images/nymea-logo.png"); // if (!file.open(QIODevice::ReadOnly)) { // qCWarning(dcKodi) << "could not open" << file.fileName(); // return; // } -// QByteArray guhLogoByteArray = file.readAll(); -// if (guhLogoByteArray.isEmpty()) { +// QByteArray nymeaLogoByteArray = file.readAll(); +// if (nymeaLogoByteArray.isEmpty()) { // qCWarning(dcKodi) << "could not read" << file.fileName(); // return; // } - // m_logo = guhLogoByteArray; + // m_logo = nymeaLogoByteArray; } DevicePluginKodi::~DevicePluginKodi() diff --git a/kodi/devicepluginkodi.h b/kodi/devicepluginkodi.h index fe5b4c55..cc16db0f 100644 --- a/kodi/devicepluginkodi.h +++ b/kodi/devicepluginkodi.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -34,7 +34,7 @@ class DevicePluginKodi : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginkodi.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginkodi.json") Q_INTERFACES(DevicePlugin) public: diff --git a/kodi/images.qrc b/kodi/images.qrc index 9bd2ce57..e14f5d87 100644 --- a/kodi/images.qrc +++ b/kodi/images.qrc @@ -1,5 +1,5 @@ - images/guh-logo.png + images/nymea-logo.png diff --git a/kodi/images/guh-logo.png b/kodi/images/nymea-logo.png similarity index 100% rename from kodi/images/guh-logo.png rename to kodi/images/nymea-logo.png diff --git a/kodi/images/guh-logo.svg b/kodi/images/nymea-logo.svg similarity index 100% rename from kodi/images/guh-logo.svg rename to kodi/images/nymea-logo.svg diff --git a/kodi/kodi.cpp b/kodi/kodi.cpp index 4bb23266..187594c8 100644 --- a/kodi/kodi.cpp +++ b/kodi/kodi.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -87,7 +87,7 @@ int Kodi::volume() const void Kodi::showNotification(const QString &message, const int &displayTime, const QString ¬ificationType, const ActionId &actionId) { QVariantMap params; - params.insert("title", "guh notification"); + params.insert("title", "nymea notification"); params.insert("message", message); params.insert("displaytime", displayTime); params.insert("image", notificationType); diff --git a/kodi/kodi.h b/kodi/kodi.h index 9259dcdd..96792334 100644 --- a/kodi/kodi.h +++ b/kodi/kodi.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/kodi/kodi.pro b/kodi/kodi.pro index 32924116..051c2712 100644 --- a/kodi/kodi.pro +++ b/kodi/kodi.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginkodi) +TARGET = $$qtLibraryTarget(nymea_devicepluginkodi) SOURCES += \ devicepluginkodi.cpp \ diff --git a/kodi/kodiconnection.cpp b/kodi/kodiconnection.cpp index 0db62b9e..d1994b2f 100644 --- a/kodi/kodiconnection.cpp +++ b/kodi/kodiconnection.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/kodi/kodiconnection.h b/kodi/kodiconnection.h index 9b643bf6..3ab0769e 100644 --- a/kodi/kodiconnection.h +++ b/kodi/kodiconnection.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/kodi/kodijsonhandler.cpp b/kodi/kodijsonhandler.cpp index a498f084..74e7080d 100644 --- a/kodi/kodijsonhandler.cpp +++ b/kodi/kodijsonhandler.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/kodi/kodijsonhandler.h b/kodi/kodijsonhandler.h index 7897f36f..1bde5cd5 100644 --- a/kodi/kodijsonhandler.h +++ b/kodi/kodijsonhandler.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/kodi/kodireply.cpp b/kodi/kodireply.cpp index f4f86e9c..2f6c9f91 100644 --- a/kodi/kodireply.cpp +++ b/kodi/kodireply.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/kodi/kodireply.h b/kodi/kodireply.h index 59cc4d9b..1a921325 100644 --- a/kodi/kodireply.h +++ b/kodi/kodireply.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/leynew/devicepluginleynew.cpp b/leynew/devicepluginleynew.cpp index 58e76afc..f0658a9f 100644 --- a/leynew/devicepluginleynew.cpp +++ b/leynew/devicepluginleynew.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 the Leynew RF 433 MHz led controller. \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.leynew.com/en/}{Leynew} devices. diff --git a/leynew/devicepluginleynew.h b/leynew/devicepluginleynew.h index b492bd5c..a516c138 100644 --- a/leynew/devicepluginleynew.h +++ b/leynew/devicepluginleynew.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -29,7 +29,7 @@ class DevicePluginLeynew : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginleynew.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginleynew.json") Q_INTERFACES(DevicePlugin) public: diff --git a/leynew/leynew.pro b/leynew/leynew.pro index 8e796032..a4e20542 100644 --- a/leynew/leynew.pro +++ b/leynew/leynew.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginleynew) +TARGET = $$qtLibraryTarget(nymea_devicepluginleynew) SOURCES += \ devicepluginleynew.cpp diff --git a/lgsmarttv/devicepluginlgsmarttv.cpp b/lgsmarttv/devicepluginlgsmarttv.cpp index da5dd5d4..64be07b4 100644 --- a/lgsmarttv/devicepluginlgsmarttv.cpp +++ b/lgsmarttv/devicepluginlgsmarttv.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 LG smart TVs. \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins This plugin allows to interact with \l{http://www.lg.com/us/experience-tvs/smart-tv}{LG Smart Tv's} with the \l{http://developer.lgappstv.com/TV_HELP/index.jsp?topic=%2Flge.tvsdk.references.book%2Fhtml%2FUDAP%2FUDAP%2FLG+UDAP+2+0+Protocol+Specifications.htm}{LG UDAP 2.0 Protocol Specifications}. diff --git a/lgsmarttv/devicepluginlgsmarttv.h b/lgsmarttv/devicepluginlgsmarttv.h index 44800c5c..1031704c 100644 --- a/lgsmarttv/devicepluginlgsmarttv.h +++ b/lgsmarttv/devicepluginlgsmarttv.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 DevicePluginLgSmartTv : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginlgsmarttv.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginlgsmarttv.json") Q_INTERFACES(DevicePlugin) public: diff --git a/lgsmarttv/lgsmarttv.pro b/lgsmarttv/lgsmarttv.pro index 1fb2ea89..575ad2d0 100644 --- a/lgsmarttv/lgsmarttv.pro +++ b/lgsmarttv/lgsmarttv.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginlgsmarttv) +TARGET = $$qtLibraryTarget(nymea_devicepluginlgsmarttv) QT+= network xml diff --git a/lgsmarttv/tvdevice.cpp b/lgsmarttv/tvdevice.cpp index e0ec1fa0..e86e6b3c 100644 --- a/lgsmarttv/tvdevice.cpp +++ b/lgsmarttv/tvdevice.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -169,7 +169,7 @@ QPair TvDevice::createPairingRequest(const QHostAdd QNetworkRequest request; request.setUrl(QUrl(urlString)); request.setHeader(QNetworkRequest::ContentTypeHeader,QVariant("text/xml; charset=utf-8")); - request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("UDAP/2.0 guh")); + request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("UDAP/2.0 nymea")); QByteArray data = "hello" + key.toUtf8() + "8080"; return QPair(request, data); @@ -180,7 +180,7 @@ QPair TvDevice::createEndPairingRequest(const QUrl QNetworkRequest request; request.setUrl(url); request.setHeader(QNetworkRequest::ContentTypeHeader,QVariant("text/xml; charset=utf-8")); - request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("UDAP/2.0 guh")); + request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("UDAP/2.0 nymea")); request.setRawHeader("Connection", "Close"); QByteArray data = "byebye8080"; @@ -193,7 +193,7 @@ QPair TvDevice::createEndPairingRequest(const QHost QNetworkRequest request; request.setUrl(QUrl(urlString)); request.setHeader(QNetworkRequest::ContentTypeHeader,QVariant("text/xml; charset=utf-8")); - request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("UDAP/2.0 guh")); + request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("UDAP/2.0 nymea")); request.setRawHeader("Connection", "Close"); QByteArray data = "byebye8080"; @@ -228,7 +228,7 @@ QPair TvDevice::createPressButtonRequest(const TvDe QNetworkRequest request; request.setUrl(QUrl(urlString)); request.setHeader(QNetworkRequest::ContentTypeHeader,QVariant("text/xml; charset=utf-8")); - request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("UDAP/2.0 guh")); + request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("UDAP/2.0 nymea")); QByteArray data; data.append("HandleKeyInput"); diff --git a/lgsmarttv/tvdevice.h b/lgsmarttv/tvdevice.h index 694db662..d7ee038f 100644 --- a/lgsmarttv/tvdevice.h +++ b/lgsmarttv/tvdevice.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/lgsmarttv/tveventhandler.cpp b/lgsmarttv/tveventhandler.cpp index c93fd432..69515a98 100644 --- a/lgsmarttv/tveventhandler.cpp +++ b/lgsmarttv/tveventhandler.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -69,7 +69,7 @@ void TvEventHandler::readClient() textStream.setAutoDetectUnicode(true); textStream << "HTTP/1.0 200 OK\r\n" "Content-Type: text/html; charset=\"utf-8\"\r\n" - "User-Agent: UDAP/2.0 guh\r\n" + "User-Agent: UDAP/2.0 nymea\r\n" << "Date: " << QDateTime::currentDateTime().toString() << "\n"; emit eventOccured(data); diff --git a/lgsmarttv/tveventhandler.h b/lgsmarttv/tveventhandler.h index 4b11ebb4..c40c8f0b 100644 --- a/lgsmarttv/tveventhandler.h +++ b/lgsmarttv/tveventhandler.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/lircd/devicepluginlircd.cpp b/lircd/devicepluginlircd.cpp index 323e4329..4c30f4ff 100644 --- a/lircd/devicepluginlircd.cpp +++ b/lircd/devicepluginlircd.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2014 Michael Zanetti * * * - * 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,11 +27,11 @@ \brief Plugin for the LIRC infrared daemon. \ingroup plugins - \ingroup guh-plugins-maker + \ingroup nymea-plugins-maker This plugin allows to interact with \l{http://www.lirc.org/}{LIRC} daemon and controll commonly used remote controls. - If lircd (LIRC daemon) is configured on your system, guh will connect to the lirc daemon and all configured remote - controls of lircd will appear in guh. + If lircd (LIRC daemon) is configured on your system, nymea will connect to the lirc daemon and all configured remote + controls of lircd will appear in nymea. \chapter Plugin properties Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses} diff --git a/mailnotification/devicepluginmailnotification.cpp b/mailnotification/devicepluginmailnotification.cpp index 7a8877f1..db03c965 100644 --- a/mailnotification/devicepluginmailnotification.cpp +++ b/mailnotification/devicepluginmailnotification.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -23,15 +23,15 @@ /*! \page mailnotification.html \title Mail Notification - \brief Plugin which allows to get mail notification from guh. + \brief Plugin which allows to get mail notification from nymea. \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins The mail notification plugin allows you to send a mail notification from a mail account by performing an \l{Action}. - ATTENTION: The password currently will be saved as plain text in the guh settings file. + ATTENTION: The password currently will be saved as plain text in the nymea settings file. This will be changed soon... \chapter Supported services diff --git a/mailnotification/devicepluginmailnotification.h b/mailnotification/devicepluginmailnotification.h index ea173d41..de3147e9 100644 --- a/mailnotification/devicepluginmailnotification.h +++ b/mailnotification/devicepluginmailnotification.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 DevicePluginMailNotification : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginmailnotification.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginmailnotification.json") Q_INTERFACES(DevicePlugin) public: diff --git a/mailnotification/devicepluginmailnotification.json b/mailnotification/devicepluginmailnotification.json index e3468f3b..e5ada3ba 100644 --- a/mailnotification/devicepluginmailnotification.json +++ b/mailnotification/devicepluginmailnotification.json @@ -5,7 +5,7 @@ "vendors": [ { "name": "guh", - "displayName": "guh", + "displayName": "guh GmbH", "id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6", "deviceClasses": [ { diff --git a/mailnotification/mailnotification.pro b/mailnotification/mailnotification.pro index 3e778bda..eeab88c2 100644 --- a/mailnotification/mailnotification.pro +++ b/mailnotification/mailnotification.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginmailnotification) +TARGET = $$qtLibraryTarget(nymea_devicepluginmailnotification) QT+= network diff --git a/mailnotification/smtpclient.cpp b/mailnotification/smtpclient.cpp index a1dced40..e6e9764f 100644 --- a/mailnotification/smtpclient.cpp +++ b/mailnotification/smtpclient.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -230,7 +230,7 @@ bool SmtpClient::sendMail(const QString &subject, const QString &body, const Act m_message = "To: " + m_rcpt + "\n"; m_message.append("From: " + m_sender + "\n"); - m_message.append("Subject: [guh notification] | " + subject + "\n"); + m_message.append("Subject: [nymea notification] | " + subject + "\n"); m_message.append(body); m_message.replace( QString::fromLatin1( "\n" ), QString::fromLatin1( "\r\n" ) ); m_message.replace( QString::fromLatin1( "\r\n.\r\n" ), QString::fromLatin1( "\r\n..\r\n" ) ); diff --git a/mailnotification/smtpclient.h b/mailnotification/smtpclient.h index 0f13bac8..6f7e5ee1 100644 --- a/mailnotification/smtpclient.h +++ b/mailnotification/smtpclient.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/netatmo/devicepluginnetatmo.cpp b/netatmo/devicepluginnetatmo.cpp index 761eb97b..1dbf4e06 100644 --- a/netatmo/devicepluginnetatmo.cpp +++ b/netatmo/devicepluginnetatmo.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 the Netatmo weather stations. \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins This plugin allows to receive data from you netatmo weather station. diff --git a/netatmo/devicepluginnetatmo.h b/netatmo/devicepluginnetatmo.h index 26cb42dd..e7236071 100644 --- a/netatmo/devicepluginnetatmo.h +++ b/netatmo/devicepluginnetatmo.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -35,7 +35,7 @@ class DevicePluginNetatmo : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginnetatmo.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginnetatmo.json") Q_INTERFACES(DevicePlugin) public: diff --git a/netatmo/netatmo.pro b/netatmo/netatmo.pro index 73f4765a..cac78656 100644 --- a/netatmo/netatmo.pro +++ b/netatmo/netatmo.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginnetatmo) +TARGET = $$qtLibraryTarget(nymea_devicepluginnetatmo) SOURCES += \ devicepluginnetatmo.cpp \ diff --git a/netatmo/netatmobasestation.cpp b/netatmo/netatmobasestation.cpp index ef787333..f52df09d 100644 --- a/netatmo/netatmobasestation.cpp +++ b/netatmo/netatmobasestation.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/netatmo/netatmobasestation.h b/netatmo/netatmobasestation.h index 1d921bba..6b1ce9b1 100644 --- a/netatmo/netatmobasestation.h +++ b/netatmo/netatmobasestation.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/netatmo/netatmooutdoormodule.cpp b/netatmo/netatmooutdoormodule.cpp index 485baac5..f989b5f9 100644 --- a/netatmo/netatmooutdoormodule.cpp +++ b/netatmo/netatmooutdoormodule.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/netatmo/netatmooutdoormodule.h b/netatmo/netatmooutdoormodule.h index bfba6b4b..8ad9a251 100644 --- a/netatmo/netatmooutdoormodule.h +++ b/netatmo/netatmooutdoormodule.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/networkdetector/devicepluginnetworkdetector.cpp b/networkdetector/devicepluginnetworkdetector.cpp index 77e65202..6cc3c822 100644 --- a/networkdetector/devicepluginnetworkdetector.cpp +++ b/networkdetector/devicepluginnetworkdetector.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2016 Simon Stürz * * Copyright (C) 2016 Michael Zanetti * * * - * 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,12 +27,12 @@ \brief Plugin to monitor devices in the local network. \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins This plugin allows to find and monitor network devices in your local network by using the hostname of the devices. - \underline{NOTE}: the application \c nmap has to be installed and guh has to run as root. + \underline{NOTE}: the application \c nmap has to be installed and nymea has to run as root. \chapter Plugin properties Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses} diff --git a/networkdetector/devicepluginnetworkdetector.h b/networkdetector/devicepluginnetworkdetector.h index 705f935f..4c861d80 100644 --- a/networkdetector/devicepluginnetworkdetector.h +++ b/networkdetector/devicepluginnetworkdetector.h @@ -3,7 +3,7 @@ * Copyright (C) 2016 Simon Stürz * * Copyright (C) 2016 Michael Zanetti * * * - * 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 * @@ -38,7 +38,7 @@ class DevicePluginNetworkDetector : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginnetworkdetector.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginnetworkdetector.json") Q_INTERFACES(DevicePlugin) public: diff --git a/networkdetector/devicepluginnetworkdetector.json b/networkdetector/devicepluginnetworkdetector.json index 171ded1f..799ce515 100644 --- a/networkdetector/devicepluginnetworkdetector.json +++ b/networkdetector/devicepluginnetworkdetector.json @@ -5,7 +5,7 @@ "vendors": [ { "name": "guh", - "displayName": "guh", + "displayName": "guh GmbH", "id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6", "deviceClasses": [ { diff --git a/networkdetector/host.cpp b/networkdetector/host.cpp index 7a1047c2..d7d78e52 100644 --- a/networkdetector/host.cpp +++ b/networkdetector/host.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2016 Simon Stürz * * * - * 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 * diff --git a/networkdetector/host.h b/networkdetector/host.h index 85ffaceb..6ceefaac 100644 --- a/networkdetector/host.h +++ b/networkdetector/host.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2016 Simon Stürz * * * - * 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 * diff --git a/networkdetector/networkdetector.pro b/networkdetector/networkdetector.pro index e1ef5d8e..4553866d 100644 --- a/networkdetector/networkdetector.pro +++ b/networkdetector/networkdetector.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginnetworkdetector) +TARGET = $$qtLibraryTarget(nymea_devicepluginnetworkdetector) SOURCES += \ devicepluginnetworkdetector.cpp \ diff --git a/guh-plugins.pro b/nymea-plugins.pro similarity index 100% rename from guh-plugins.pro rename to nymea-plugins.pro diff --git a/openweathermap/devicepluginopenweathermap.cpp b/openweathermap/devicepluginopenweathermap.cpp index 46a38f81..699a047b 100644 --- a/openweathermap/devicepluginopenweathermap.cpp +++ b/openweathermap/devicepluginopenweathermap.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 the Open Weather Map online weather service. \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins This plugin allows to get the current weather data from \l{http://www.openweathermap.org}{OpenWeatherMap}. The weather data will be refreshed every 15 minutes automatically, but can also refreshed manually. diff --git a/openweathermap/devicepluginopenweathermap.h b/openweathermap/devicepluginopenweathermap.h index ac96b0d9..ab7103db 100644 --- a/openweathermap/devicepluginopenweathermap.h +++ b/openweathermap/devicepluginopenweathermap.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -34,7 +34,7 @@ class DevicePluginOpenweathermap : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginopenweathermap.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginopenweathermap.json") Q_INTERFACES(DevicePlugin) public: diff --git a/openweathermap/openweathermap.pro b/openweathermap/openweathermap.pro index 2bfee45a..f99d03f9 100644 --- a/openweathermap/openweathermap.pro +++ b/openweathermap/openweathermap.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginopenweathermap) +TARGET = $$qtLibraryTarget(nymea_devicepluginopenweathermap) QT+= network diff --git a/orderbutton/devicepluginorderbutton.cpp b/orderbutton/devicepluginorderbutton.cpp index 25c50f70..114cb180 100644 --- a/orderbutton/devicepluginorderbutton.cpp +++ b/orderbutton/devicepluginorderbutton.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2016 Bernhard Trinnes * * * - * 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 Demonstration of an orderbutton based on 6LoWPAN networking. \ingroup plugins - \ingroup guh-plugins-merkur + \ingroup nymea-plugins-merkur \chapter Plugin properties diff --git a/orderbutton/devicepluginorderbutton.h b/orderbutton/devicepluginorderbutton.h index fe18fd0e..3ae9a3ca 100644 --- a/orderbutton/devicepluginorderbutton.h +++ b/orderbutton/devicepluginorderbutton.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2015 Bernhard Trinnes * * * - * 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 * @@ -35,7 +35,7 @@ class DevicePluginOrderButton : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginorderbutton.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginorderbutton.json") Q_INTERFACES(DevicePlugin) public: diff --git a/orderbutton/devicepluginorderbutton.json b/orderbutton/devicepluginorderbutton.json index 6e9ba234..657cf545 100644 --- a/orderbutton/devicepluginorderbutton.json +++ b/orderbutton/devicepluginorderbutton.json @@ -14,7 +14,7 @@ ], "vendors": [ { - "displayName": "guh", + "displayName": "guh GmbH", "name": "guh", "id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6", "deviceClasses": [ diff --git a/orderbutton/orderbutton.pro b/orderbutton/orderbutton.pro index 2c41e23b..a3c2f80f 100644 --- a/orderbutton/orderbutton.pro +++ b/orderbutton/orderbutton.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginorderbutton) +TARGET = $$qtLibraryTarget(nymea_devicepluginorderbutton) SOURCES += \ devicepluginorderbutton.cpp diff --git a/osdomotics/devicepluginosdomotics.cpp b/osdomotics/devicepluginosdomotics.cpp index f6e45091..fbc5f595 100644 --- a/osdomotics/devicepluginosdomotics.cpp +++ b/osdomotics/devicepluginosdomotics.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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,9 +26,9 @@ \brief Plugin for the OSDomotics Merkur board based on the OSDomotics tutorials. \ingroup plugins - \ingroup guh-plugins-merkur + \ingroup nymea-plugins-merkur - This plugin allows you to connect guh to a 6LoWPAN network by adding a Mercury Board from OSDomotics + This plugin allows you to connect nymea to a 6LoWPAN network by adding a Mercury Board from OSDomotics as a RPL router to your devices \l{http://osdwiki.open-entry.com/doku.php/de:tutorials:contiki:merkur_board_rpl_usb_router}{OSDomotics Tutorial- RPL Router}. All nodes in the 6LoWPAN network of the added RPL router will appear automatically in the system. diff --git a/osdomotics/devicepluginosdomotics.h b/osdomotics/devicepluginosdomotics.h index d12ccacc..d68eafe6 100644 --- a/osdomotics/devicepluginosdomotics.h +++ b/osdomotics/devicepluginosdomotics.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -35,7 +35,7 @@ class DevicePluginOsdomotics : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginosdomotics.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginosdomotics.json") Q_INTERFACES(DevicePlugin) public: diff --git a/osdomotics/osdomotics.pro b/osdomotics/osdomotics.pro index 7b73f3e3..3eab2323 100644 --- a/osdomotics/osdomotics.pro +++ b/osdomotics/osdomotics.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginosdomotics) +TARGET = $$qtLibraryTarget(nymea_devicepluginosdomotics) SOURCES += \ devicepluginosdomotics.cpp diff --git a/philipshue/devicepluginphilipshue.cpp b/philipshue/devicepluginphilipshue.cpp index 3d698a7a..70d4ae54 100644 --- a/philipshue/devicepluginphilipshue.cpp +++ b/philipshue/devicepluginphilipshue.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2014 Michael Zanetti * * Copyright (C) 2015 Simon Stürz * * * - * 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,10 +27,10 @@ \brief Plugin for the Philips Hue lighting system. \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins This plugin allows to interact with the \l{http://www2.meethue.com/}{Philips hue} bridge. Each light bulp connected to the bridge - will appear automatically in the system, once the bridge is added to guh. + will appear automatically in the system, once the bridge is added to nymea. \chapter Plugin properties Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses} @@ -231,7 +231,7 @@ DeviceManager::DeviceSetupStatus DevicePluginPhilipsHue::confirmPairing(const Pa pairingInfo->setHost(QHostAddress(params.paramValue(hueBridgeBridgeHostParamTypeId).toString())); QVariantMap deviceTypeParam; - deviceTypeParam.insert("devicetype", "guh"); + deviceTypeParam.insert("devicetype", "nymea"); QJsonDocument jsonDoc = QJsonDocument::fromVariant(deviceTypeParam); diff --git a/philipshue/devicepluginphilipshue.h b/philipshue/devicepluginphilipshue.h index f754141f..bdea4dfa 100644 --- a/philipshue/devicepluginphilipshue.h +++ b/philipshue/devicepluginphilipshue.h @@ -3,7 +3,7 @@ * Copyright (C) 2014 Michael Zanetti * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -39,7 +39,7 @@ class DevicePluginPhilipsHue: public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginphilipshue.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginphilipshue.json") Q_INTERFACES(DevicePlugin) public: diff --git a/philipshue/huebridge.cpp b/philipshue/huebridge.cpp index 53e6d35d..97b1f32f 100644 --- a/philipshue/huebridge.cpp +++ b/philipshue/huebridge.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/philipshue/huebridge.h b/philipshue/huebridge.h index 7a91fd50..3d3df7ae 100644 --- a/philipshue/huebridge.h +++ b/philipshue/huebridge.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/philipshue/huedevice.cpp b/philipshue/huedevice.cpp index cb35a8ae..3f4ae5c5 100644 --- a/philipshue/huedevice.cpp +++ b/philipshue/huedevice.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/philipshue/huedevice.h b/philipshue/huedevice.h index 83dc54bc..6679e9f3 100644 --- a/philipshue/huedevice.h +++ b/philipshue/huedevice.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/philipshue/huelight.cpp b/philipshue/huelight.cpp index 9d0d87e4..7e1a2270 100644 --- a/philipshue/huelight.cpp +++ b/philipshue/huelight.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2014 Michael Zanetti * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/philipshue/huelight.h b/philipshue/huelight.h index da9503ef..1971d237 100644 --- a/philipshue/huelight.h +++ b/philipshue/huelight.h @@ -3,7 +3,7 @@ * Copyright (C) 2014 Michael Zanetti * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/philipshue/hueremote.cpp b/philipshue/hueremote.cpp index 6873e521..898cc290 100644 --- a/philipshue/hueremote.cpp +++ b/philipshue/hueremote.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/philipshue/hueremote.h b/philipshue/hueremote.h index 5bcae2f3..b1453c72 100644 --- a/philipshue/hueremote.h +++ b/philipshue/hueremote.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/philipshue/pairinginfo.cpp b/philipshue/pairinginfo.cpp index 2a7602e6..24dd9ac7 100644 --- a/philipshue/pairinginfo.cpp +++ b/philipshue/pairinginfo.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/philipshue/pairinginfo.h b/philipshue/pairinginfo.h index 86bf1364..17931120 100644 --- a/philipshue/pairinginfo.h +++ b/philipshue/pairinginfo.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * diff --git a/philipshue/philipshue.pro b/philipshue/philipshue.pro index 895096a4..aa095613 100644 --- a/philipshue/philipshue.pro +++ b/philipshue/philipshue.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginphilipshue) +TARGET = $$qtLibraryTarget(nymea_devicepluginphilipshue) QT += network diff --git a/plantcare/devicepluginplantcare.cpp b/plantcare/devicepluginplantcare.cpp index f15c4aa2..e3e91f4a 100644 --- a/plantcare/devicepluginplantcare.cpp +++ b/plantcare/devicepluginplantcare.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2016 Bernhard Trinnes * * * - * 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 * @@ -24,12 +24,12 @@ /*! \page plantcare.html \title Plantcare - \brief Plugin for the guh Plantcare example based on 6LoWPAN networking. + \brief Plugin for the nymea Plantcare example based on 6LoWPAN networking. \ingroup plugins - \ingroup guh-plugins-merkur + \ingroup nymea-plugins-merkur - This allows to controll the guh plantcare demo for 6LoWPAN networks. + This allows to controll the nymea plantcare demo for 6LoWPAN networks. \chapter Plugin properties Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses} diff --git a/plantcare/devicepluginplantcare.h b/plantcare/devicepluginplantcare.h index 2d42b8bb..6df6736e 100644 --- a/plantcare/devicepluginplantcare.h +++ b/plantcare/devicepluginplantcare.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2015 Bernhard Trinnes * * * - * 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 * @@ -35,7 +35,7 @@ class DevicePluginPlantCare : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginplantcare.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginplantcare.json") Q_INTERFACES(DevicePlugin) public: diff --git a/plantcare/devicepluginplantcare.json b/plantcare/devicepluginplantcare.json index 3c65f2b0..fea5eee9 100644 --- a/plantcare/devicepluginplantcare.json +++ b/plantcare/devicepluginplantcare.json @@ -14,7 +14,7 @@ ], "vendors": [ { - "displayName": "guh", + "displayName": "guh GmbH", "name": "guh", "id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6", "deviceClasses": [ diff --git a/plantcare/plantcare.pro b/plantcare/plantcare.pro index ba9aeebb..133cb21f 100644 --- a/plantcare/plantcare.pro +++ b/plantcare/plantcare.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginplantcare) +TARGET = $$qtLibraryTarget(nymea_devicepluginplantcare) SOURCES += \ devicepluginplantcare.cpp diff --git a/plugins.pri b/plugins.pri index 06d5c8a9..2b778831 100644 --- a/plugins.pri +++ b/plugins.pri @@ -6,24 +6,24 @@ QT += network bluetooth QMAKE_CXXFLAGS += -Werror -std=c++11 -g QMAKE_LFLAGS += -std=c++11 -INCLUDEPATH += /usr/include/guh -LIBS += -lguh +INCLUDEPATH += /usr/include/nymea +LIBS += -lnymea HEADERS += $${OUT_PWD}/plugininfo.h -PLUGIN_PATH=/usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')/guh/plugins/ +PLUGIN_PATH=/usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')/nymea/plugins/ # Check if this is a snap build snappy{ - INCLUDEPATH+=$$(SNAPCRAFT_STAGE)/usr/include/guh + INCLUDEPATH+=$$(SNAPCRAFT_STAGE)/usr/include/nymea } # Make the device plugin json file visible in the Qt Creator OTHER_FILES+=$$PWD/$${TARGET}/deviceplugin"$$TARGET".json # Create plugininfo file -plugininfo.commands = guh-generateplugininfo --filetype i --jsonfile $$PWD/$${TARGET}/deviceplugin"$$TARGET".json --output plugininfo.h --builddir $$OUT_PWD; \ - guh-generateplugininfo --filetype e --jsonfile $$PWD/$${TARGET}/deviceplugin"$$TARGET".json --output extern-plugininfo.h --builddir $$OUT_PWD; +plugininfo.commands = nymea-generateplugininfo --filetype i --jsonfile $$PWD/$${TARGET}/deviceplugin"$$TARGET".json --output plugininfo.h --builddir $$OUT_PWD; \ + nymea-generateplugininfo --filetype e --jsonfile $$PWD/$${TARGET}/deviceplugin"$$TARGET".json --output extern-plugininfo.h --builddir $$OUT_PWD; plugininfo.depends = FORCE QMAKE_EXTRA_TARGETS += plugininfo PRE_TARGETDEPS += plugininfo @@ -35,7 +35,7 @@ lupdate.depends += plugininfo lupdate.commands = lupdate -recursive -no-obsolete $$PWD/"$$TARGET"/"$$TARGET".pro; QMAKE_EXTRA_TARGETS += lupdate -translations.path = /usr/share/guh/translations +translations.path = /usr/share/nymea/translations translations.files = $$[QT_SOURCE_TREE]/translations/*.qm # Install plugin diff --git a/senic/devicepluginsenic.cpp b/senic/devicepluginsenic.cpp index f5bebf37..e06c0aaf 100644 --- a/senic/devicepluginsenic.cpp +++ b/senic/devicepluginsenic.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2016-2018 Simon Stürz * * * - * 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 Senic Nuimo. \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins \chapter Plugin properties Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses} diff --git a/senic/devicepluginsenic.h b/senic/devicepluginsenic.h index 493faf53..78ae69e7 100644 --- a/senic/devicepluginsenic.h +++ b/senic/devicepluginsenic.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2016-2018 Simon Stürz * * * - * 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 DevicePluginSenic : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginsenic.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginsenic.json") Q_INTERFACES(DevicePlugin) public: diff --git a/senic/nuimo.cpp b/senic/nuimo.cpp index beabdb38..82471f83 100644 --- a/senic/nuimo.cpp +++ b/senic/nuimo.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2016-2018 Simon Stürz * * * - * 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 * diff --git a/senic/nuimo.h b/senic/nuimo.h index e2858257..fa2f6135 100644 --- a/senic/nuimo.h +++ b/senic/nuimo.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2016-2018 Simon Stürz * * * - * 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 * diff --git a/senic/senic.pro b/senic/senic.pro index 21e679f3..3165abd3 100644 --- a/senic/senic.pro +++ b/senic/senic.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginsenic) +TARGET = $$qtLibraryTarget(nymea_devicepluginsenic) SOURCES += \ devicepluginsenic.cpp \ diff --git a/simulation/devicepluginsimulation.cpp b/simulation/devicepluginsimulation.cpp index ed38b7e8..f4261512 100644 --- a/simulation/devicepluginsimulation.cpp +++ b/simulation/devicepluginsimulation.cpp @@ -3,19 +3,19 @@ * Copyright (C) 2017 Bernhard Trinnes * * Copyright (C) 2018 Simon Stürz * * * - * This file is part of guh. * + * This file is part of nymea. * * * - * Guh is free software: you can redistribute it and/or modify * + * nymea is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation, version 2 of the License. * * * - * Guh is distributed in the hope that it will be useful, * + * nymea is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with guh. If not, see . * + * along with nymea. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/simulation/devicepluginsimulation.h b/simulation/devicepluginsimulation.h index 271f76d1..c79d3bff 100644 --- a/simulation/devicepluginsimulation.h +++ b/simulation/devicepluginsimulation.h @@ -3,19 +3,19 @@ * Copyright (C) 2017 Bernhard Trinnes * * Copyright (C) 2018 Simon Stürz * * * - * This file is part of guh. * + * This file is part of nymea. * * * - * Guh is free software: you can redistribute it and/or modify * + * nymea is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation, version 2 of the License. * * * - * Guh is distributed in the hope that it will be useful, * + * nymea is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with guh. If not, see . * + * along with nymea. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ @@ -30,7 +30,7 @@ class DevicePluginSimulation : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginsimulation.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginsimulation.json") Q_INTERFACES(DevicePlugin) diff --git a/simulation/simulation.pro b/simulation/simulation.pro index 84b8b21f..7a579118 100644 --- a/simulation/simulation.pro +++ b/simulation/simulation.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginsimulation) +TARGET = $$qtLibraryTarget(nymea_devicepluginsimulation) SOURCES += \ devicepluginsimulation.cpp \ diff --git a/snapd/devicepluginsnapd.cpp b/snapd/devicepluginsnapd.cpp index 91bb6d50..00c1306d 100644 --- a/snapd/devicepluginsnapd.cpp +++ b/snapd/devicepluginsnapd.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2017-2018 Simon Stürz * * * - * This file is part of guh. * + * This file is part of nymea. * * * - * Guh is free software: you can redistribute it and/or modify * + * nymea is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation, version 2 of the License. * * * - * Guh is distributed in the hope that it will be useful, * + * nymea is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with guh. If not, see . * + * along with nymea. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/tcpcommander/deviceplugintcpcommander.h b/tcpcommander/deviceplugintcpcommander.h index d2f00ab4..5fa9ca40 100644 --- a/tcpcommander/deviceplugintcpcommander.h +++ b/tcpcommander/deviceplugintcpcommander.h @@ -2,19 +2,19 @@ * * * Copyright (C) 2017 Bernhard Trinnes * * * - * This file is part of guh. * + * This file is part of nymea. * * * - * Guh is free software: you can redistribute it and/or modify * + * nymea is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation, version 2 of the License. * * * - * Guh is distributed in the hope that it will be useful, * + * nymea is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with guh. If not, see . * + * along with nymea. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ @@ -29,7 +29,7 @@ class DevicePluginTcpCommander : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "deviceplugintcpcommander.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "deviceplugintcpcommander.json") Q_INTERFACES(DevicePlugin) public: diff --git a/tcpcommander/tcpcommander.pro b/tcpcommander/tcpcommander.pro index c72b3825..66a8e629 100644 --- a/tcpcommander/tcpcommander.pro +++ b/tcpcommander/tcpcommander.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_deviceplugintcpcommander) +TARGET = $$qtLibraryTarget(nymea_deviceplugintcpcommander) SOURCES += \ deviceplugintcpcommander.cpp \ diff --git a/tcpcommander/tcpserver.cpp b/tcpcommander/tcpserver.cpp index 0004ba50..20399ec3 100644 --- a/tcpcommander/tcpserver.cpp +++ b/tcpcommander/tcpserver.cpp @@ -2,19 +2,19 @@ * * * Copyright (C) 2017 Bernhard Trinnes * * * - * This file is part of guh. * + * This file is part of nymea. * * * - * Guh is free software: you can redistribute it and/or modify * + * nymea is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation, version 2 of the License. * * * - * Guh is distributed in the hope that it will be useful, * + * nymea is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with guh. If not, see . * + * along with nymea. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/tcpcommander/tcpserver.h b/tcpcommander/tcpserver.h index e5fc78b8..9d8a3af5 100644 --- a/tcpcommander/tcpserver.h +++ b/tcpcommander/tcpserver.h @@ -2,19 +2,19 @@ * * * Copyright (C) 2017 Bernhard Trinnes * * * - * This file is part of guh. * + * This file is part of nymea. * * * - * Guh is free software: you can redistribute it and/or modify * + * nymea is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation, version 2 of the License. * * * - * Guh is distributed in the hope that it will be useful, * + * nymea is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with guh. If not, see . * + * along with nymea. If not, see . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/udpcommander/devicepluginudpcommander.cpp b/udpcommander/devicepluginudpcommander.cpp index 8eddefac..3ac4064e 100644 --- a/udpcommander/devicepluginudpcommander.cpp +++ b/udpcommander/devicepluginudpcommander.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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,28 +26,28 @@ \brief Plugin for catching UDP commands from the network. \ingroup plugins - \ingroup guh-plugins-maker + \ingroup nymea-plugins-maker This plugin allows to receive UDP packages over a certain UDP port and generates an \l{Event} if the message content matches the \l{Param} command. - \note This plugin is ment to be combined with a \l{guhserver::Rule}. + \note This plugin is ment to be combined with a \l{nymeaserver::Rule}. \section3 Example - If you create an UDP Commander on port 2323 and with the command \c{"Light 1 ON"}, following command will trigger an \l{Event} in guh - and allows you to connect this \l{Event} with a \l{guhserver::Rule}. + If you create an UDP Commander on port 2323 and with the command \c{"Light 1 ON"}, following command will trigger an \l{Event} in nymea + and allows you to connect this \l{Event} with a \l{nymeaserver::Rule}. - \note In this example guh is running on \c localhost + \note In this example nymea is running on \c localhost \code $ echo "Light 1 ON" | nc -u localhost 2323 OK \endcode - This allows you to execute \l{Action}{Actions} in your home automation system when a certain UDP message will be sent to guh. + This allows you to execute \l{Action}{Actions} in your home automation system when a certain UDP message will be sent to nymea. - If the command will be recognized from guh, the sender will receive as answere a \c{"OK"} string. + If the command will be recognized from nymea, the sender will receive as answere a \c{"OK"} string. \chapter Plugin properties Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses} diff --git a/udpcommander/devicepluginudpcommander.h b/udpcommander/devicepluginudpcommander.h index 86e6721b..01c56c55 100644 --- a/udpcommander/devicepluginudpcommander.h +++ b/udpcommander/devicepluginudpcommander.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 DevicePluginUdpCommander : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginudpcommander.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginudpcommander.json") Q_INTERFACES(DevicePlugin) public: diff --git a/udpcommander/devicepluginudpcommander.json b/udpcommander/devicepluginudpcommander.json index e4ec49fe..e3824887 100644 --- a/udpcommander/devicepluginudpcommander.json +++ b/udpcommander/devicepluginudpcommander.json @@ -5,7 +5,7 @@ "vendors": [ { "name": "guh", - "displayName": "guh", + "displayName": "guh GmbH", "id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6", "deviceClasses": [ { diff --git a/udpcommander/udpcommander.pro b/udpcommander/udpcommander.pro index 82d2d26a..067b7da1 100644 --- a/udpcommander/udpcommander.pro +++ b/udpcommander/udpcommander.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginudpcommander) +TARGET = $$qtLibraryTarget(nymea_devicepluginudpcommander) SOURCES += \ devicepluginudpcommander.cpp diff --git a/unitec/devicepluginunitec.cpp b/unitec/devicepluginunitec.cpp index bdda754f..e8270f7e 100644 --- a/unitec/devicepluginunitec.cpp +++ b/unitec/devicepluginunitec.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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,13 +26,13 @@ \brief Plugin for Unitech RF 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.unitec-elektro.de}{Unitec} devices. The unitec socket units have a learn function. If you plug in the switch, a red light will start to blink. This means - the socket is in the learning mode. Now you can add a Unitec switch (48111) to guh with your desired Channel (A,B,C or D). + the socket is in the learning mode. Now you can add a Unitec switch (48111) to nymea with your desired Channel (A,B,C or D). In order to pair the socket you just have to press the power ON, and the switch has to be in the pairing mode. If the pairing was successfull, the switch will turn on. If the switches will be removed from the socket or there will be a power breakdown, the switch has to be re-paired. The device can not remember the teached channel. diff --git a/unitec/devicepluginunitec.h b/unitec/devicepluginunitec.h index aaa0b638..be650f90 100644 --- a/unitec/devicepluginunitec.h +++ b/unitec/devicepluginunitec.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -29,7 +29,7 @@ class DevicePluginUnitec : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginunitec.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginunitec.json") Q_INTERFACES(DevicePlugin) public: diff --git a/unitec/unitec.pro b/unitec/unitec.pro index 94aeb35a..fca27818 100644 --- a/unitec/unitec.pro +++ b/unitec/unitec.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginunitec) +TARGET = $$qtLibraryTarget(nymea_devicepluginunitec) SOURCES += \ devicepluginunitec.cpp diff --git a/wakeonlan/devicepluginwakeonlan.cpp b/wakeonlan/devicepluginwakeonlan.cpp index cb3b09a7..8c151319 100644 --- a/wakeonlan/devicepluginwakeonlan.cpp +++ b/wakeonlan/devicepluginwakeonlan.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 wake up devices in the LAN (wol). \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins Wake-on-LAN (WOL) is an Ethernet computer networking standard that allows a computer to be turned on or awakened by a network message. This plugin allows you to send a diff --git a/wakeonlan/devicepluginwakeonlan.h b/wakeonlan/devicepluginwakeonlan.h index 9eb27ee6..fe69ab64 100644 --- a/wakeonlan/devicepluginwakeonlan.h +++ b/wakeonlan/devicepluginwakeonlan.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 * @@ -31,7 +31,7 @@ class DevicePluginWakeOnLan : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginwakeonlan.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginwakeonlan.json") Q_INTERFACES(DevicePlugin) public: diff --git a/wakeonlan/devicepluginwakeonlan.json b/wakeonlan/devicepluginwakeonlan.json index 1ab8cceb..b8e2e717 100644 --- a/wakeonlan/devicepluginwakeonlan.json +++ b/wakeonlan/devicepluginwakeonlan.json @@ -5,7 +5,7 @@ "vendors": [ { "name": "guh", - "displayName": "guh", + "displayName": "guh GmbH", "id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6", "deviceClasses": [ { diff --git a/wakeonlan/wakeonlan.pro b/wakeonlan/wakeonlan.pro index 9f1bedcf..e16564e3 100644 --- a/wakeonlan/wakeonlan.pro +++ b/wakeonlan/wakeonlan.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginwakeonlan) +TARGET = $$qtLibraryTarget(nymea_devicepluginwakeonlan) QT += network diff --git a/wemo/devicepluginwemo.cpp b/wemo/devicepluginwemo.cpp index d7343fb4..dbfc4303 100644 --- a/wemo/devicepluginwemo.cpp +++ b/wemo/devicepluginwemo.cpp @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 Belkin WeMo sockets. \ingroup plugins - \ingroup guh-plugins + \ingroup nymea-plugins This plugin allows to find and controll devices from WeMo, the \l{http://www.belkin.com/de/PRODUKTE/home-automation/c/wemo-home-automation/}{Belkin} @@ -145,7 +145,7 @@ void DevicePluginWemo::refresh(Device *device) QNetworkRequest request; request.setUrl(QUrl("http://" + device->paramValue(wemoSwitchHostParamTypeId).toString() + ":" + device->paramValue(wemoSwitchPortParamTypeId).toString() + "/upnp/control/basicevent1")); request.setHeader(QNetworkRequest::ContentTypeHeader,QVariant("text/xml; charset=\"utf-8\"")); - request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("guh")); + request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("nymea")); request.setRawHeader("SOAPACTION", "\"urn:Belkin:service:basicevent:1#GetBinaryState\""); QNetworkReply *reply = hardwareManager()->networkManager()->post(request, getBinarayStateMessage); @@ -165,7 +165,7 @@ bool DevicePluginWemo::setPower(Device *device, const bool &power, const ActionI QNetworkRequest request; request.setUrl(QUrl("http://" + device->paramValue(wemoSwitchHostParamTypeId).toString() + ":" + device->paramValue(wemoSwitchPortParamTypeId).toString() + "/upnp/control/basicevent1")); request.setHeader(QNetworkRequest::ContentTypeHeader,QVariant("text/xml; charset=\"utf-8\"")); - request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("guh")); + request.setHeader(QNetworkRequest::UserAgentHeader,QVariant("nymea")); request.setRawHeader("SOAPACTION", "\"urn:Belkin:service:basicevent:1#SetBinaryState\""); QNetworkReply *reply = hardwareManager()->networkManager()->post(request, setPowerMessage); diff --git a/wemo/devicepluginwemo.h b/wemo/devicepluginwemo.h index 1f1861d9..0eb91b8b 100644 --- a/wemo/devicepluginwemo.h +++ b/wemo/devicepluginwemo.h @@ -2,7 +2,7 @@ * * * Copyright (C) 2015 Simon Stürz * * * - * 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 DevicePluginWemo : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginwemo.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginwemo.json") Q_INTERFACES(DevicePlugin) public: diff --git a/wemo/wemo.pro b/wemo/wemo.pro index eeb361ac..cc51324a 100644 --- a/wemo/wemo.pro +++ b/wemo/wemo.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginwemo) +TARGET = $$qtLibraryTarget(nymea_devicepluginwemo) QT+= network diff --git a/ws2812/devicepluginws2812.cpp b/ws2812/devicepluginws2812.cpp index 180545e7..672dc85d 100644 --- a/ws2812/devicepluginws2812.cpp +++ b/ws2812/devicepluginws2812.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2016 Bernhard Trinnes * * * - * 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 controll ws2812 LEDs based on 6LoWPAN networking. \ingroup plugins - \ingroup guh-plugins-merkur + \ingroup nymea-plugins-merkur The plugin for the \l{http://cdn.sparkfun.com/datasheets/Components/LED/WS2812.pdf}{ws2812} led module. This plugin allows to control a ws2812 module over a 6LoWPAN network. diff --git a/ws2812/devicepluginws2812.h b/ws2812/devicepluginws2812.h index eda5499c..016a0c6e 100644 --- a/ws2812/devicepluginws2812.h +++ b/ws2812/devicepluginws2812.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Simon Stürz * * Copyright (C) 2015 Bernhard Trinnes * * * - * 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 * @@ -36,7 +36,7 @@ class DevicePluginWs2812 : public DevicePlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginws2812.json") + Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginws2812.json") Q_INTERFACES(DevicePlugin) public: diff --git a/ws2812/devicepluginws2812.json b/ws2812/devicepluginws2812.json index b8d4db61..fd0731e9 100644 --- a/ws2812/devicepluginws2812.json +++ b/ws2812/devicepluginws2812.json @@ -14,7 +14,7 @@ ], "vendors": [ { - "displayName": "guh", + "displayName": "guh GmbH", "name": "guh", "id": "2062d64d-3232-433c-88bc-0d33c0ba2ba6", "deviceClasses": [ diff --git a/ws2812/ws2812.pro b/ws2812/ws2812.pro index 4f14ed88..9b10f0f2 100644 --- a/ws2812/ws2812.pro +++ b/ws2812/ws2812.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginws2812) +TARGET = $$qtLibraryTarget(nymea_devicepluginws2812) SOURCES += \ devicepluginws2812.cpp