New Plugin: Boblight
This commit is contained in:
parent
757a51cbd3
commit
a4f5aaef79
20
debian/control
vendored
20
debian/control
vendored
@ -45,6 +45,23 @@ Description: nymea.io plugin for awattar
|
|||||||
This package will install the nymea.io plugin for awattar
|
This package will install the nymea.io plugin for awattar
|
||||||
|
|
||||||
|
|
||||||
|
Package: nymea-plugin-boblight
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
nymea-plugins-translations,
|
||||||
|
Description: nymea.io plugin for boblight
|
||||||
|
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 boblight. Boblight allows
|
||||||
|
controlling LEDs via home-brew controllers. See https://github.com/arvydas/boblight
|
||||||
|
for informations on boblight.
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-commandlauncher
|
Package: nymea-plugin-commandlauncher
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
@ -700,7 +717,8 @@ Description: Plugins for nymea IoT server - the default plugin collection
|
|||||||
Package: nymea-plugins-maker
|
Package: nymea-plugins-maker
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: nymea-plugin-commandlauncher,
|
Depends: nymea-plugin-boblight,
|
||||||
|
nymea-plugin-commandlauncher,
|
||||||
nymea-plugin-udpcommander,
|
nymea-plugin-udpcommander,
|
||||||
nymea-plugin-tcpcommander,
|
nymea-plugin-tcpcommander,
|
||||||
nymea-plugin-httpcommander,
|
nymea-plugin-httpcommander,
|
||||||
|
|||||||
1
debian/nymea-plugin-boblight.install.in
vendored
Normal file
1
debian/nymea-plugin-boblight.install.in
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginboblight.so
|
||||||
@ -3,6 +3,7 @@ TEMPLATE = subdirs
|
|||||||
PLUGIN_DIRS = \
|
PLUGIN_DIRS = \
|
||||||
avahimonitor \
|
avahimonitor \
|
||||||
awattar \
|
awattar \
|
||||||
|
boblight \
|
||||||
commandlauncher \
|
commandlauncher \
|
||||||
conrad \
|
conrad \
|
||||||
datetime \
|
datetime \
|
||||||
|
|||||||
Reference in New Issue
Block a user