From 5df2fbf9964b899644f8fc1782ca319d70c63753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 28 Apr 2021 13:05:06 +0200 Subject: [PATCH 1/2] Add zigbee develco plugin debian package configuration --- debian/control | 19 ++++++++++++++++++- nymea-plugins.pro | 1 + 2 files changed, 19 insertions(+), 1 deletion(-) 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 \ From 8ec4cb2901d419b43427582b385603bc6a2ac074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 28 Apr 2021 13:05:47 +0200 Subject: [PATCH 2/2] Add zigbee develco plugin containing IO Module --- debian/nymea-plugin-zigbee-develco.install.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/nymea-plugin-zigbee-develco.install.in 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