New Plugin: myStrom
parent
0be2d4b435
commit
e9d89db7eb
|
|
@ -516,6 +516,15 @@ Description: nymea.io plugin for a generic MQTT client
|
|||
This package will install a generic MQTT client plugin for nymea.io
|
||||
|
||||
|
||||
Package: nymea-plugin-mystrom
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
nymea-plugins-translations,
|
||||
Description: nymea.io plugin for myStrom devices
|
||||
This package will add support for myStrom devices to nymea.
|
||||
|
||||
|
||||
Package: nymea-plugin-neatobotvac
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
|
|
@ -1266,6 +1275,7 @@ Depends: nymea-plugin-anel,
|
|||
nymea-plugin-mailnotification,
|
||||
nymea-plugin-texasinstruments,
|
||||
nymea-plugin-telegram,
|
||||
nymea-plugin-mystrom,
|
||||
nymea-plugin-nanoleaf,
|
||||
nymea-plugin-neatobotvac,
|
||||
nymea-plugin-netatmo,
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginmystrom.so
|
||||
|
|
@ -35,6 +35,7 @@ PLUGIN_DIRS = \
|
|||
lifx \
|
||||
mailnotification \
|
||||
mqttclient \
|
||||
mystrom \
|
||||
neatobotvac \
|
||||
nanoleaf \
|
||||
netatmo \
|
||||
|
|
|
|||
Loading…
Reference in New Issue