Added deep sleep

This commit is contained in:
2018-06-09 20:56:56 +02:00
parent 8f0a94734e
commit a140597aa8
3 changed files with 50 additions and 15 deletions

View File

@@ -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.