diff --git a/debian/control b/debian/control index 770c31f..4fc83b7 100644 --- a/debian/control +++ b/debian/control @@ -1061,6 +1061,21 @@ Description: nymea.io zigbee plugin for different generic recognizable lights . This package will install the nymea.io plugin for generic recognizable lights +Package: nymea-plugin-zigbee-tradfri +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libnymea-zigbee1, + nymea-plugins-translations, +Description: nymea.io zigbee plugin for Ikea TRADRFI devices + 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 Ikea TRADFRI zigbee devices + Package: nymea-plugins-translations Section: misc @@ -1133,7 +1148,8 @@ Section: libs Architecture: all Depends: nymea-plugin-zigbee-lumi, nymea-plugin-zigbee-generic, - nymea-plugin-zigbee-generic-lights + nymea-plugin-zigbee-generic-lights, + nymea-plugin-zigbee-tradfri Description: Zigbee plugins for nymea IoT server - meta package for all zigbee replated plugins The nymea daemon is a plugin based IoT (Internet of Things) server. The server works like a translator for devices, things and services and diff --git a/nymea-plugins.pro b/nymea-plugins.pro index 13b4599..bb7c08e 100644 --- a/nymea-plugins.pro +++ b/nymea-plugins.pro @@ -67,6 +67,7 @@ PLUGIN_DIRS = \ zigbee-generic \ zigbee-generic-lights \ zigbee-lumi \ + zigbee-tradfri \ message(============================================)