add mqtt client plugin to debian files and rename it
parent
15c095b913
commit
2b5c53aaf8
|
|
@ -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},
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginmqttclient.so
|
||||
|
|
@ -21,7 +21,7 @@ PLUGIN_DIRS = \
|
|||
leynew \
|
||||
lgsmarttv \
|
||||
mailnotification \
|
||||
mqtt \
|
||||
mqttclient \
|
||||
netatmo \
|
||||
networkdetector \
|
||||
openweathermap \
|
||||
|
|
|
|||
Loading…
Reference in New Issue