Merge PR #510: New Plugin: myStrom
This commit is contained in:
commit
e726089db1
10
debian/control
vendored
10
debian/control
vendored
@ -532,6 +532,15 @@ Description: nymea.io plugin for a generic MQTT client
|
|||||||
This package will install a generic MQTT client plugin for nymea.io
|
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
|
Package: nymea-plugin-neatobotvac
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
@ -1308,6 +1317,7 @@ Depends: nymea-plugin-anel,
|
|||||||
nymea-plugin-mailnotification,
|
nymea-plugin-mailnotification,
|
||||||
nymea-plugin-texasinstruments,
|
nymea-plugin-texasinstruments,
|
||||||
nymea-plugin-telegram,
|
nymea-plugin-telegram,
|
||||||
|
nymea-plugin-mystrom,
|
||||||
nymea-plugin-nanoleaf,
|
nymea-plugin-nanoleaf,
|
||||||
nymea-plugin-neatobotvac,
|
nymea-plugin-neatobotvac,
|
||||||
nymea-plugin-netatmo,
|
nymea-plugin-netatmo,
|
||||||
|
|||||||
1
debian/nymea-plugin-mystrom.install.in
vendored
Normal file
1
debian/nymea-plugin-mystrom.install.in
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginmystrom.so
|
||||||
@ -36,6 +36,7 @@ PLUGIN_DIRS = \
|
|||||||
lifx \
|
lifx \
|
||||||
mailnotification \
|
mailnotification \
|
||||||
mqttclient \
|
mqttclient \
|
||||||
|
mystrom \
|
||||||
neatobotvac \
|
neatobotvac \
|
||||||
nanoleaf \
|
nanoleaf \
|
||||||
netatmo \
|
netatmo \
|
||||||
|
|||||||
Reference in New Issue
Block a user