Merge PR #467: New Plugin: MCP3008 SPI DAC
This commit is contained in:
commit
a0f889830c
10
debian/control
vendored
10
debian/control
vendored
@ -490,6 +490,15 @@ Description: nymea.io plugin for mailnotification
|
|||||||
This package will install the nymea.io plugin for mailnotification
|
This package will install the nymea.io plugin for mailnotification
|
||||||
|
|
||||||
|
|
||||||
|
Package: nymea-plugin-mcp3008
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
nymea-plugins-translations,
|
||||||
|
python3-pip,
|
||||||
|
Description: MCP3008 DAC integration plugin for nymea
|
||||||
|
This package will install the nymea.io plugin for using the MCP3008 DAC.
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-mqttclient
|
Package: nymea-plugin-mqttclient
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
@ -1324,6 +1333,7 @@ Depends: nymea-plugin-boblight,
|
|||||||
nymea-plugin-gpio,
|
nymea-plugin-gpio,
|
||||||
nymea-plugin-i2cdevices,
|
nymea-plugin-i2cdevices,
|
||||||
nymea-plugin-mqttclient,
|
nymea-plugin-mqttclient,
|
||||||
|
nymea-plugin-mcp3008,
|
||||||
nymea-plugin-remotessh,
|
nymea-plugin-remotessh,
|
||||||
nymea-plugin-serialportcommander,
|
nymea-plugin-serialportcommander,
|
||||||
nymea-plugin-systemmonitor,
|
nymea-plugin-systemmonitor,
|
||||||
|
|||||||
3
debian/nymea-plugin-mcp3008.install.in
vendored
Normal file
3
debian/nymea-plugin-mcp3008.install.in
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
mcp3008/integrationpluginmcp3008.json usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/mcp3008/
|
||||||
|
mcp3008/integrationpluginmcp3008.py usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/mcp3008/
|
||||||
|
mcp3008/requirements.txt usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/mcp3008/
|
||||||
@ -40,6 +40,7 @@ PLUGIN_DIRS = \
|
|||||||
netatmo \
|
netatmo \
|
||||||
networkdetector \
|
networkdetector \
|
||||||
nuki \
|
nuki \
|
||||||
|
mcp3008 \
|
||||||
onewire \
|
onewire \
|
||||||
openuv \
|
openuv \
|
||||||
openweathermap \
|
openweathermap \
|
||||||
|
|||||||
Reference in New Issue
Block a user