mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Merge branch 'mega' into feature/fetchConfig
This commit is contained in:
@@ -101,8 +101,8 @@
|
||||
DeepSleep","
|
||||
:red:`Internal`","
|
||||
Switch the node to deep sleep.
|
||||
Max sleep time depends on library version and differs from roughly 71 minutes to 3h46.
|
||||
If you specify a Min sleep time of 0, you'll have to wake the device yourself by pulling RST to GND.
|
||||
Max sleep time depends on library version and differs from roughly 71 minutes (4294 sec.) to 3h46 for ESP8266, and up to 8 years (281474976 sec.) on ESP32 (theoretically).
|
||||
If you specify a Min sleep time of 0, you'll have to wake the device yourself by pulling RST to GND. If you specify a negative sleep time value, the maximum will be applied.
|
||||
|
||||
``DeepSleep,<sleep time in seconds>``"
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user