New Plugin: Zigbee remotes with support for the JUNG ZLL 5004M wall switch
This commit is contained in:
parent
563f2b455a
commit
5f8ef1dea2
41
debian/control
vendored
41
debian/control
vendored
@ -1150,22 +1150,6 @@ Description: nymea.io zigbee plugin for develco things
|
|||||||
This package will install the nymea.io plugin for Develco
|
This package will install the nymea.io plugin for Develco
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-zigbee-lumi
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
libnymea-zigbee1,
|
|
||||||
nymea-plugins-translations,
|
|
||||||
Description: nymea.io zigbee plugin for lumi/aquara/xiaomi 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 Lumi
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-zigbee-generic
|
Package: nymea-plugin-zigbee-generic
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
@ -1198,6 +1182,22 @@ Description: nymea.io zigbee plugin for different generic recognizable lights
|
|||||||
This package will install the nymea.io plugin for generic recognizable lights
|
This package will install the nymea.io plugin for generic recognizable lights
|
||||||
|
|
||||||
|
|
||||||
|
Package: nymea-plugin-zigbee-lumi
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
libnymea-zigbee1,
|
||||||
|
nymea-plugins-translations,
|
||||||
|
Description: nymea.io zigbee plugin for lumi/aquara/xiaomi 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 Lumi
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-zigbee-philipshue
|
Package: nymea-plugin-zigbee-philipshue
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
@ -1214,6 +1214,15 @@ Description: nymea.io zigbee plugin for Philips Hue devices
|
|||||||
This package will install the nymea.io plugin for Philips Hue zigbee devices
|
This package will install the nymea.io plugin for Philips Hue zigbee devices
|
||||||
|
|
||||||
|
|
||||||
|
Package: nymea-plugin-zigbee-remotes
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
libnymea-zigbee1,
|
||||||
|
nymea-plugins-translations,
|
||||||
|
Description: nymea.io plugin for various zigbee remote controls.
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-zigbee-tradfri
|
Package: nymea-plugin-zigbee-tradfri
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
|
|||||||
1
debian/nymea-plugin-zigbee-remotes.install.in
vendored
Normal file
1
debian/nymea-plugin-zigbee-remotes.install.in
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbeeremotes.so
|
||||||
@ -78,6 +78,7 @@ PLUGIN_DIRS = \
|
|||||||
zigbeegenericlights \
|
zigbeegenericlights \
|
||||||
zigbeelumi \
|
zigbeelumi \
|
||||||
zigbeephilipshue \
|
zigbeephilipshue \
|
||||||
|
zigbeeremotes \
|
||||||
zigbeetradfri \
|
zigbeetradfri \
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user