Factor out DHT
It's now its own library (in git@git.ipng.nl:pim/prometheus-sensors)
This commit is contained in:
5
mos.yml
5
mos.yml
@ -42,7 +42,7 @@ config_schema:
|
||||
- ["app.hostname", "sonoff-sv"]
|
||||
- ["app.config", "s", {title: "Application specific config file"}]
|
||||
- ["app.config", "sonoff-basic.json"]
|
||||
- ["app.dht_gpio", "s", "5,4,14", {title: "Comma Separated list of GPIO pins to enable DHT22/AM2302 sensors on"}]
|
||||
- ["sensors.dht_gpio", "s", "5,4,14", {title: "Comma Separated list of GPIO pins to enable DHT22/AM2302 sensors on"}]
|
||||
- ["prometheus.pushgateway", "chbtl01.paphosting.net:9091"]
|
||||
|
||||
|
||||
@ -58,8 +58,7 @@ libs:
|
||||
- origin: https://github.com/mongoose-os-libs/rpc-service-fs
|
||||
- origin: https://github.com/mongoose-os-libs/rpc-mqtt
|
||||
- origin: https://github.com/mongoose-os-libs/mqtt
|
||||
- origin: https://github.com/mongoose-os-libs/dht
|
||||
- origin: https://github.com/mongoose-os-libs/prometheus-metrics
|
||||
- origin: libs/prometheus-sensors
|
||||
- origin: libs/rpc-service-ota
|
||||
|
||||
# Used by the mos tool to catch mos binaries incompatible with this file format
|
||||
|
Reference in New Issue
Block a user