add mqtt client plugin to debian files and rename it
This commit is contained in:
parent
15c095b913
commit
2b5c53aaf8
16
debian/control
vendored
16
debian/control
vendored
@ -285,6 +285,22 @@ Description: nymea.io plugin for mailnotification
|
|||||||
This package will install the nymea.io plugin for mailnotification
|
This package will install the nymea.io plugin for mailnotification
|
||||||
|
|
||||||
|
|
||||||
|
Package: nymea-plugin-mqttclient
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
nymea-plugins-translations,
|
||||||
|
Replaces: guh-plugin-mqtt
|
||||||
|
Description: nymea.io plugin for a generic MQTT client
|
||||||
|
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 a generic MQTT client plugin for nymea.io
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-netatmo
|
Package: nymea-plugin-netatmo
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
|
|||||||
1
debian/nymea-plugin-mqttclient.install.in
vendored
Normal file
1
debian/nymea-plugin-mqttclient.install.in
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginmqttclient.so
|
||||||
@ -21,7 +21,7 @@ PLUGIN_DIRS = \
|
|||||||
leynew \
|
leynew \
|
||||||
lgsmarttv \
|
lgsmarttv \
|
||||||
mailnotification \
|
mailnotification \
|
||||||
mqtt \
|
mqttclient \
|
||||||
netatmo \
|
netatmo \
|
||||||
networkdetector \
|
networkdetector \
|
||||||
openweathermap \
|
openweathermap \
|
||||||
|
|||||||
Reference in New Issue
Block a user