Add trafri plugin with on/off switch basic structure
parent
730864c6b0
commit
4a51fbd100
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ PLUGIN_DIRS = \
|
|||
zigbee-generic \
|
||||
zigbee-generic-lights \
|
||||
zigbee-lumi \
|
||||
zigbee-tradfri \
|
||||
|
||||
|
||||
message(============================================)
|
||||
|
|
|
|||
Loading…
Reference in New Issue