diff --git a/debian/control b/debian/control index ea89a12..dfc0479 100644 --- a/debian/control +++ b/debian/control @@ -1061,6 +1061,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}, @@ -1215,7 +1231,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/debian/nymea-plugin-zigbee-develco.install.in b/debian/nymea-plugin-zigbee-develco.install.in new file mode 100644 index 0000000..5d94b1e --- /dev/null +++ b/debian/nymea-plugin-zigbee-develco.install.in @@ -0,0 +1 @@ +usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbeedevelco.so diff --git a/nymea-plugins.pro b/nymea-plugins.pro index e32bd80..e86833f 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -69,6 +69,7 @@ PLUGIN_DIRS = \ wakeonlan \ wemo \ ws2812fx \ + zigbeedevelco \ zigbeegeneric \ zigbeegenericlights \ zigbeelumi \