added unipi plug-in debian installer
parent
57fcc57592
commit
7d2dbdef61
|
|
@ -635,6 +635,21 @@ Description: nymea.io plugin for remote ssh connection
|
||||||
This package will install the nymea.io plugin for remote ssh connection
|
This package will install the nymea.io plugin for remote ssh connection
|
||||||
|
|
||||||
|
|
||||||
|
Package: nymea-plugin-unipi
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
nymea-plugins-translations,
|
||||||
|
Description: nymea.io plugin for remote ssh connection
|
||||||
|
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 unipi devices
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugins-translations
|
Package: nymea-plugins-translations
|
||||||
Section: misc
|
Section: misc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|
@ -671,6 +686,7 @@ Depends: nymea-plugin-awattar,
|
||||||
nymea-plugin-elgato,
|
nymea-plugin-elgato,
|
||||||
nymea-plugin-senic,
|
nymea-plugin-senic,
|
||||||
nymea-plugin-keba,
|
nymea-plugin-keba,
|
||||||
|
nymea-plugin-unipi,
|
||||||
Replaces: guh-plugins
|
Replaces: guh-plugins
|
||||||
Description: Plugins for nymea IoT server - the default plugin collection
|
Description: Plugins for nymea IoT server - the default plugin collection
|
||||||
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
||||||
|
|
|
||||||
|
|
@ -36,9 +36,10 @@ License: LGPL-2.1
|
||||||
Copyright: 2016, Bernhard Trinnes <bernhard.trinnes@guh.io>
|
Copyright: 2016, Bernhard Trinnes <bernhard.trinnes@guh.io>
|
||||||
|
|
||||||
Files: plantcare/*
|
Files: plantcare/*
|
||||||
|
unipi/*
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
Copyright: 2016-2017, Simon Stürz <simon.stuerz@guh.io>
|
Copyright: 2016-2018, Simon Stürz <simon.stuerz@guh.io>
|
||||||
2016, Bernhard Trinnes <bernhard.trinnes@guh.io>
|
2016-2018, Bernhard Trinnes <bernhard.trinnes@guh.io>
|
||||||
|
|
||||||
Files: avahimonitor/*
|
Files: avahimonitor/*
|
||||||
awattar/*
|
awattar/*
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginunipi.so
|
||||||
Loading…
Reference in New Issue