Added deep sleep
This commit is contained in:
8
mos.yml
8
mos.yml
@@ -1,6 +1,7 @@
|
||||
author: Jason Harrell <info@latitude17.io>
|
||||
author: Dirk Jahnke <dirk.jahnke@mailbox.org>
|
||||
# forked from: Jason Harrell <info@latitude17.io>
|
||||
#original author Luca Fabbri <luca@higrow.tech>
|
||||
description: LilyGo HiGrow ESP32 Plant Sensor v1
|
||||
description: LilyGo HiGrow ESP32 Plant Sensor with MQTT (HW v1)
|
||||
# arch: PLATFORM
|
||||
version: 1.0
|
||||
|
||||
@@ -27,7 +28,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"}]
|
||||
|
||||
filesystem:
|
||||
- fs
|
||||
|
||||
Reference in New Issue
Block a user