mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 09:36:59 +00:00
Merge branch 'mega' into UweKaditz
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
: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.
|
||||
|
||||
``DeepSleep,<sleep time in seconds>``"
|
||||
"
|
||||
@@ -228,16 +229,6 @@
|
||||
|
||||
``meminfoDetail``"
|
||||
"
|
||||
MessageDelay","
|
||||
:red:`Internal`","
|
||||
Get or set the MQTT message delay.
|
||||
|
||||
``MessageDelay``
|
||||
|
||||
``MessageDelay,<value in ms>``
|
||||
|
||||
Example output: ``MQTT message delay:100``"
|
||||
"
|
||||
Name","
|
||||
:red:`Internal`","
|
||||
Set the name of the unit
|
||||
|
||||
@@ -35,6 +35,8 @@ Please note that scrolling may need more resources of the ESP, which can have an
|
||||
|
||||
The plugin allows for a header and footer line, which may show some user selectable information.
|
||||
|
||||
Checkbox 'Wake display on receiving text' (default: on) allows to not wake up the display when a text is sent from a remote source, and Display Timeout is set.
|
||||
|
||||
All user defined texts may contain references to system variables or task values which will be interpreted when displayed on screen.
|
||||
|
||||
For example: ``[bme#T#D2.1] {D}C [bme#H]%``
|
||||
|
||||
Reference in New Issue
Block a user