From 4a51fbd100090834351cdb50cb11fcedf2fb5503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 19 Nov 2020 15:41:17 +0100 Subject: [PATCH] Add trafri plugin with on/off switch basic structure --- debian/control | 18 +++++++++++++++++- nymea-plugins.pro | 1 + 2 files changed, 18 insertions(+), 1 deletion(-) 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(============================================)