Add zigbee develco plugin debian package configuration

master
Simon Stürz 2021-04-28 13:05:06 +02:00
parent 68ca8605f3
commit 80d1a3798b
2 changed files with 19 additions and 1 deletions

19
debian/control vendored
View File

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

View File

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