New Plugin: MCP3008 SPI DAC
This commit is contained in:
parent
f9de3396ef
commit
54ad16d109
10
debian/control
vendored
10
debian/control
vendored
@ -479,6 +479,15 @@ Description: 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
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
@ -1279,6 +1288,7 @@ Depends: nymea-plugin-boblight,
|
||||
nymea-plugin-gpio,
|
||||
nymea-plugin-i2cdevices,
|
||||
nymea-plugin-mqttclient,
|
||||
nymea-plugin-mcp3008,
|
||||
nymea-plugin-remotessh,
|
||||
nymea-plugin-serialportcommander,
|
||||
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/
|
||||
@ -39,6 +39,7 @@ PLUGIN_DIRS = \
|
||||
netatmo \
|
||||
networkdetector \
|
||||
nuki \
|
||||
mcp3008 \
|
||||
onewire \
|
||||
openuv \
|
||||
openweathermap \
|
||||
|
||||
Reference in New Issue
Block a user