Merge PR #422: New Plugin: ZigbeeDevelco

pull/1/head
Jenkins nymea 2021-07-01 17:07:07 +02:00
commit e299fbfa31
3 changed files with 20 additions and 1 deletions

19
debian/control vendored
View File

@ -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,

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbeedevelco.so

View File

@ -69,6 +69,7 @@ PLUGIN_DIRS = \
wakeonlan \
wemo \
ws2812fx \
zigbeedevelco \
zigbeegeneric \
zigbeegenericlights \
zigbeelumi \