Merge PR #488: New Plugin: SG-Ready heat pump based on GPIOs interface
This commit is contained in:
commit
2644ef4bbe
17
debian/control
vendored
17
debian/control
vendored
@ -930,6 +930,22 @@ Description: nymea.io plugin for senic
|
||||
This package will install the nymea.io plugin for senic
|
||||
|
||||
|
||||
Package: nymea-plugin-sgready
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
libnymea-gpio,
|
||||
nymea-plugins-translations,
|
||||
Description: nymea.io plugin for SG-Ready heat pump interface based on GPIOs
|
||||
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 the nymea.io plugin for SG-Ready heat pump interface based on GPIOs
|
||||
|
||||
|
||||
Package: nymea-plugin-shelly
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
@ -1333,6 +1349,7 @@ Depends: nymea-plugin-boblight,
|
||||
nymea-plugin-avahimonitor,
|
||||
nymea-plugin-anel,
|
||||
nymea-plugin-gpio,
|
||||
nymea-plugin-sgready,
|
||||
nymea-plugin-i2cdevices,
|
||||
nymea-plugin-mqttclient,
|
||||
nymea-plugin-mcp3008,
|
||||
|
||||
1
debian/nymea-plugin-sgready.install.in
vendored
Normal file
1
debian/nymea-plugin-sgready.install.in
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginsgready.so
|
||||
@ -54,6 +54,7 @@ PLUGIN_DIRS = \
|
||||
reversessh \
|
||||
senic \
|
||||
serialportcommander \
|
||||
sgready \
|
||||
simulation \
|
||||
sma \
|
||||
somfytahoma \
|
||||
|
||||
Reference in New Issue
Block a user