Increased sample_time to 60s
This commit is contained in:
parent
a3e98e676e
commit
43fa2f983d
2
mos.yml
2
mos.yml
|
@ -27,7 +27,7 @@ config_schema:
|
||||||
- ["higrow.send_mqtt", "b", true, {title: "Send data using MQTT"}]
|
- ["higrow.send_mqtt", "b", true, {title: "Send data using MQTT"}]
|
||||||
- ["higrow.send_http", "b", false, {title: "Send data using HTTP"}]
|
- ["higrow.send_http", "b", false, {title: "Send data using HTTP"}]
|
||||||
- ["higrow.send_http_url", "s", "http://example.org/what/ever", {title: "Send data using HTTP"}]
|
- ["higrow.send_http_url", "s", "http://example.org/what/ever", {title: "Send data using HTTP"}]
|
||||||
- ["higrow.sample_time", "i", 10, {title: "Take a sample after that amount of seconds"}]
|
- ["higrow.sample_time", "i", 60, {title: "Take a sample after that amount of seconds"}]
|
||||||
|
|
||||||
filesystem:
|
filesystem:
|
||||||
- fs
|
- fs
|
||||||
|
|
Loading…
Reference in New Issue