mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 09:36:59 +00:00
35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
.. csv-table::
|
|
:header: "Command", "Extra information"
|
|
:widths: 20, 30
|
|
|
|
"
|
|
``config,task,<taskname>,SetLevel,<value|calculation>``
|
|
|
|
Value: {Any valid numeric (float) value}
|
|
|
|
Calculation: {A valid calculation, as can be used in Rules}
|
|
|
|
","
|
|
Using this command, either from rules, via http or mqtt, the **Set Level** of the plugin can be changed. If the value differs from the currently set value, the settings are saved.
|
|
"
|
|
"
|
|
``config,task,<taskname>,SetHysteresis,<value|calculation>``
|
|
|
|
Value: {Any valid numeric (float) value}
|
|
|
|
Calculation: {A valid calculation, as can be used in Rules}
|
|
|
|
","
|
|
Using this command, either from rules, via http or mqtt, the **Hysteresis** of the plugin can be changed. If the new value differs from the currently set hysteresis, the settings are saved.
|
|
"
|
|
"
|
|
``[<taskname>#GetLevel]``
|
|
","
|
|
Not a real command, but this plugin supports the ``GetLevel`` Config function, to retrieve the **Set Value** from the settings, by using the pseudo value ``GetLevel``.
|
|
"
|
|
"
|
|
``[<taskname>#GetHysteresis]``
|
|
","
|
|
Not a real command, but this plugin supports the ``SetHysteresis`` Config function, to retrieve the **Hysteresis** from the settings, by using the pseudo value ``GetHysteresis``.
|
|
"
|