added fronius plug-in
This commit is contained in:
parent
4f18dcc763
commit
387e3c0ff7
17
debian/control
vendored
17
debian/control
vendored
@ -293,6 +293,22 @@ Description: nymea.io plugin for Xiaomi Flower care devices
|
|||||||
also know as Plant care or MiCare
|
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
|
Package: nymea-plugin-eq-3
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
@ -978,6 +994,7 @@ Depends: nymea-plugin-anel,
|
|||||||
nymea-plugin-doorbird,
|
nymea-plugin-doorbird,
|
||||||
nymea-plugin-eq-3,
|
nymea-plugin-eq-3,
|
||||||
nymea-plugin-flowercare,
|
nymea-plugin-flowercare,
|
||||||
|
nymea-plugin-fronius,
|
||||||
nymea-plugin-genericthings,
|
nymea-plugin-genericthings,
|
||||||
nymea-plugin-kodi,
|
nymea-plugin-kodi,
|
||||||
nymea-plugin-lgsmarttv,
|
nymea-plugin-lgsmarttv,
|
||||||
|
|||||||
1
debian/nymea-plugin-fronius.install.in
vendored
Normal file
1
debian/nymea-plugin-fronius.install.in
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginfronius.so
|
||||||
@ -19,6 +19,7 @@ PLUGIN_DIRS = \
|
|||||||
elgato \
|
elgato \
|
||||||
eq-3 \
|
eq-3 \
|
||||||
flowercare \
|
flowercare \
|
||||||
|
fronius \
|
||||||
genericelements \
|
genericelements \
|
||||||
genericthings \
|
genericthings \
|
||||||
gpio \
|
gpio \
|
||||||
|
|||||||
Reference in New Issue
Block a user