Merge PR #262: New Plugin: I²C devices

pull/1/head
Jenkins nymea 2020-06-09 18:19:22 +02:00
commit e445b5747b
3 changed files with 20 additions and 7 deletions

25
debian/control vendored
View File

@ -355,6 +355,19 @@ Description: nymea.io plugin for gpio
This package will install the nymea.io plugin for gpio This package will install the nymea.io plugin for gpio
Package: nymea-plugin-i2cdevices
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
nymea-plugins-translations,
Description: nymea.io plugin for I2C devies
This plugin adds support for I2C devices to nymea.
Currently supported devices are the ADS1114/1114/1115 and the Pi-16ADC.
.
This package will install the nymea.io plugin for AD converters
Package: nymea-plugin-kodi Package: nymea-plugin-kodi
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, Depends: ${shlibs:Depends},
@ -997,6 +1010,7 @@ Depends: nymea-plugin-boblight,
nymea-plugin-avahimonitor, nymea-plugin-avahimonitor,
nymea-plugin-anel, nymea-plugin-anel,
nymea-plugin-gpio, nymea-plugin-gpio,
nymea-plugin-i2cdevices,
nymea-plugin-mqttclient, nymea-plugin-mqttclient,
nymea-plugin-remotessh, nymea-plugin-remotessh,
nymea-plugin-serialportcommander, nymea-plugin-serialportcommander,
@ -1004,14 +1018,11 @@ Depends: nymea-plugin-boblight,
nymea-plugin-onewire, nymea-plugin-onewire,
nymea-plugin-dynatrace, nymea-plugin-dynatrace,
Replaces: guh-plugins-maker Replaces: guh-plugins-maker
Description: Plugins for nymea IoT server - Meta package for makers, tinkers and hackers Description: Meta package for nymea makers, tinkerers and hackers plugins.
The nymea daemon is a plugin based IoT (Internet of Things) server. The This package is a meta package that pulls in useful nymea plugins for makers.
server works like a translator for devices, things and services and Such plugins allow tinkering with GPIOs, I2C, One-Wire, raw MQTT and more.
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 nymea plugins for maker, tinker and hackers. This package will install nymea plugins for makers, tinkerers and hackers.
Package: nymea-plugins-merkurboard Package: nymea-plugins-merkurboard

View File

@ -0,0 +1 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationplugini2cdevices.so

View File

@ -22,6 +22,7 @@ PLUGIN_DIRS = \
genericelements \ genericelements \
genericthings \ genericthings \
gpio \ gpio \
i2cdevices \
httpcommander \ httpcommander \
keba \ keba \
kodi \ kodi \