diff --git a/debian/control b/debian/control index 9058a0b..97a9a85 100644 --- a/debian/control +++ b/debian/control @@ -211,6 +211,22 @@ Description: nymea.io plugin for dweet.io This package will install the nymea.io plugin for dweet.io +Package: nymea-plugin-elgato +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + 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 nymea.io plugin for elgato + + Package: nymea-plugin-elro Architecture: any Depends: ${shlibs:Depends}, @@ -657,38 +673,6 @@ Description: nymea.io plugin for HTTP commander This package will install the nymea.io plugin for the HTPP commander -Package: nymea-plugin-simulation -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - 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 nymea.io plugin for simulated devices - - -Package: nymea-plugin-elgato -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - 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 nymea.io plugin for elgato - - Package: nymea-plugin-senic Architecture: any Depends: ${shlibs:Depends}, @@ -705,6 +689,38 @@ Description: nymea.io plugin for senic This package will install the nymea.io plugin for senic +Package: nymea-plugin-shelly +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + nymea-plugins-translations, +Replaces: guh-plugin-simulation +Description: nymea.io plugin for Shelly 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 nymea.io plugin for Shelly devices + + +Package: nymea-plugin-simulation +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + 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 nymea.io plugin for simulated devices + + Package: nymea-plugin-sonos Architecture: any Depends: ${shlibs:Depends}, @@ -836,6 +852,7 @@ Depends: nymea-plugin-awattar, nymea-plugin-tasmota, nymea-plugin-wemo, nymea-plugin-elgato, + nymea-plugin-shelly, nymea-plugin-senic, nymea-plugin-sonos, nymea-plugin-keba, diff --git a/debian/nymea-plugin-shelly.install.in b/debian/nymea-plugin-shelly.install.in new file mode 100644 index 0000000..c8767a5 --- /dev/null +++ b/debian/nymea-plugin-shelly.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginshelly.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 4954e15..9e1177a 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -35,6 +35,7 @@ PLUGIN_DIRS = \ osdomotics \ philipshue \ pushbullet \ + shelly \ systemmonitor \ remotessh \ senic \