Add zigbee debian packages and introduce nymea-plugins-zigbee metapackage
This commit is contained in:
parent
fd91a31b11
commit
730864c6b0
65
debian/control
vendored
65
debian/control
vendored
@ -6,6 +6,7 @@ Build-depends: libboblight-dev,
|
||||
debhelper (>= 0.0.0),
|
||||
libnymea1-dev (>= 0.17),
|
||||
libnymea-mqtt-dev,
|
||||
libnymea-zigbee-dev,
|
||||
libqt5serialport5-dev,
|
||||
libqt5websockets5-dev,
|
||||
nymea-dev-tools:native,
|
||||
@ -1013,6 +1014,54 @@ Description: nymea.io plugin to connect to your Tado account
|
||||
This package will install the nymea.io plugin for Tado
|
||||
|
||||
|
||||
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
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
libnymea-zigbee1,
|
||||
nymea-plugins-translations,
|
||||
Description: nymea.io zigbee plugin for different generic recognizable 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 generic recognizable zigbee devices
|
||||
|
||||
|
||||
Package: nymea-plugin-zigbee-generic-lights
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
libnymea-zigbee1,
|
||||
nymea-plugins-translations,
|
||||
Description: nymea.io zigbee plugin for different generic recognizable lights
|
||||
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 generic recognizable lights
|
||||
|
||||
|
||||
Package: nymea-plugins-translations
|
||||
Section: misc
|
||||
Architecture: all
|
||||
@ -1079,6 +1128,21 @@ Description: Plugins for nymea IoT server - the default plugin collection
|
||||
.
|
||||
This package will install the default nymea plugins.
|
||||
|
||||
Package: nymea-plugins-zigbee
|
||||
Section: libs
|
||||
Architecture: all
|
||||
Depends: nymea-plugin-zigbee-lumi,
|
||||
nymea-plugin-zigbee-generic,
|
||||
nymea-plugin-zigbee-generic-lights
|
||||
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
|
||||
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 all nymea zigbee related plugins.
|
||||
|
||||
|
||||
Package: nymea-plugins-maker
|
||||
Section: libs
|
||||
@ -1125,6 +1189,7 @@ Package: nymea-plugins-all
|
||||
Section: libs
|
||||
Architecture: all
|
||||
Depends: nymea-plugins,
|
||||
nymea-plugins-zigbee,
|
||||
nymea-plugin-simulation,
|
||||
nymea-plugin-snapd,
|
||||
nymea-plugins-maker,
|
||||
|
||||
1
debian/nymea-plugin-zigbee-generic-lights.install.in
vendored
Normal file
1
debian/nymea-plugin-zigbee-generic-lights.install.in
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbee-generic-lights.so
|
||||
1
debian/nymea-plugin-zigbee-generic.install.in
vendored
Normal file
1
debian/nymea-plugin-zigbee-generic.install.in
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbee-generic.so
|
||||
1
debian/nymea-plugin-zigbee-lumi.install.in
vendored
Normal file
1
debian/nymea-plugin-zigbee-lumi.install.in
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginzigbee-lumi.so
|
||||
@ -65,6 +65,7 @@ PLUGIN_DIRS = \
|
||||
wemo \
|
||||
ws2812fx \
|
||||
zigbee-generic \
|
||||
zigbee-generic-lights \
|
||||
zigbee-lumi \
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user