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
|
||||
|
||||
|
||||
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},
|
||||
@ -1308,6 +1317,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,
|
||||
|
||||
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 \
|
||||
mailnotification \
|
||||
mqttclient \
|
||||
mystrom \
|
||||
neatobotvac \
|
||||
nanoleaf \
|
||||
netatmo \
|
||||
|
||||
Reference in New Issue
Block a user