Merge PR #293: New Plugin: Fronius
commit
c19e80171c
|
|
@ -293,6 +293,22 @@ Description: nymea.io plugin for Xiaomi Flower care devices
|
|||
also know as Plant care or MiCare
|
||||
|
||||
|
||||
Package: nymea-plugin-fronius
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
nymea-plugins-translations,
|
||||
Description: nymea.io plugin for Fronius PV inverters
|
||||
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 Fronius
|
||||
|
||||
|
||||
Package: nymea-plugin-eq-3
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
|
|
@ -978,6 +994,7 @@ Depends: nymea-plugin-anel,
|
|||
nymea-plugin-doorbird,
|
||||
nymea-plugin-eq-3,
|
||||
nymea-plugin-flowercare,
|
||||
nymea-plugin-fronius,
|
||||
nymea-plugin-genericthings,
|
||||
nymea-plugin-kodi,
|
||||
nymea-plugin-lgsmarttv,
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginfronius.so
|
||||
|
|
@ -19,6 +19,7 @@ PLUGIN_DIRS = \
|
|||
elgato \
|
||||
eq-3 \
|
||||
flowercare \
|
||||
fronius \
|
||||
genericelements \
|
||||
genericthings \
|
||||
gpio \
|
||||
|
|
|
|||
Loading…
Reference in New Issue