Added deep sleep
This commit is contained in:
@@ -44,7 +44,8 @@ config_schema:
|
||||
- ["higrow.send_mqtt", "b", true, {title: "Send data using MQTT"}]
|
||||
- ["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.sample_time", "i", 60, {title: "Take a sample after that amount of seconds"}]
|
||||
- ["higrow.sample_time", "i", 300, {title: "Take a sample after that amount of seconds"}]
|
||||
- ["higrow.wait_after_last_action_before_sleep", "i", 10, {title: "Wait this number of seconds before we go into deep sleep"}]
|
||||
|
||||
To change the configuration it is recommended to use either UART or MQTT communications.
|
||||
|
||||
Reference in New Issue
Block a user