add mqtt client plugin to debian files and rename it

pull/1/head
Michael Zanetti 2018-11-28 23:16:42 +01:00
parent 15c095b913
commit 2b5c53aaf8
3 changed files with 18 additions and 1 deletions

16
debian/control vendored
View File

@ -285,6 +285,22 @@ Description: 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
Architecture: any
Depends: ${shlibs:Depends},

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginmqttclient.so

View File

@ -21,7 +21,7 @@ PLUGIN_DIRS = \
leynew \
lgsmarttv \
mailnotification \
mqtt \
mqttclient \
netatmo \
networkdetector \
openweathermap \