added plug-in to debian folder
parent
8046484a91
commit
e0e77abcbf
|
|
@ -13,6 +13,7 @@ Build-depends: libboblight-dev,
|
||||||
python:any,
|
python:any,
|
||||||
qtbase5-dev,
|
qtbase5-dev,
|
||||||
qtconnectivity5-dev,
|
qtconnectivity5-dev,
|
||||||
|
libow-dev,
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -420,6 +421,24 @@ Description: nymea.io plugin for networkdetector
|
||||||
This package will install the nymea.io plugin for networkdetector
|
This package will install the nymea.io plugin for networkdetector
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Package: nymea-plugin-onewire
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
libow-3.2-3
|
||||||
|
libowcapi-3.2-3
|
||||||
|
nymea-plugins-translations,
|
||||||
|
Description: nymea.io plugin for one wire devices
|
||||||
|
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 one wire devices
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-openweathermap
|
Package: nymea-plugin-openweathermap
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
|
|
@ -833,6 +852,7 @@ Depends: nymea-plugin-boblight,
|
||||||
nymea-plugin-unipi,
|
nymea-plugin-unipi,
|
||||||
nymea-plugin-serialportcommander,
|
nymea-plugin-serialportcommander,
|
||||||
nymea-plugin-systemmonitor,
|
nymea-plugin-systemmonitor,
|
||||||
|
nymea-plugin-onewire,
|
||||||
Replaces: guh-plugins-maker
|
Replaces: guh-plugins-maker
|
||||||
Description: Plugins for nymea IoT server - Meta package for makers, tinkers and hackers
|
Description: Plugins for nymea IoT server - Meta package for makers, tinkers and hackers
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_devicepluginonewire.so
|
||||||
Loading…
Reference in New Issue