diff --git a/debian/control b/debian/control index db1cc72..d7c9d12 100644 --- a/debian/control +++ b/debian/control @@ -1037,6 +1037,22 @@ Description: nymea.io plugin to monitor the ISS position This package will install the nymea.io plugin for wheretheiss.at +Package: nymea-plugin-zigbee-develco +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libnymea-zigbee1, + nymea-plugins-translations, +Description: nymea.io zigbee plugin for develco things + 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 Develco + + Package: nymea-plugin-zigbee-lumi Architecture: any Depends: ${shlibs:Depends}, @@ -1189,7 +1205,8 @@ Description: Plugins for nymea IoT server - the default plugin collection Package: nymea-plugins-zigbee Section: libs Architecture: all -Depends: nymea-plugin-zigbee-lumi, +Depends: nymea-plugin-zigbee-develco, + nymea-plugin-zigbee-lumi, nymea-plugin-zigbee-generic, nymea-plugin-zigbee-generic-lights, nymea-plugin-zigbee-philipshue, diff --git a/nymea-plugins.pro b/nymea-plugins.pro index eb037d0..e127924 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -67,6 +67,7 @@ PLUGIN_DIRS = \ wakeonlan \ wemo \ ws2812fx \ + zigbeedevelco \ zigbeegeneric \ zigbeegenericlights \ zigbeelumi \