mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 17:45:49 +00:00
20 lines
581 B
Plaintext
20 lines
581 B
Plaintext
.. csv-table::
|
|
:header: "Command (GPIO/Value)", "Extra information"
|
|
:widths: 20, 30
|
|
|
|
"
|
|
``senseair_setrelay,<value>``
|
|
|
|
Value:
|
|
|
|
``1`` will set the relay to ON.
|
|
|
|
``0`` will set the relay to OFF.
|
|
|
|
``-1`` will remove control over relay.
|
|
","
|
|
Used in **tSense (K70)** to set the relay to either ``1`` or ``0``.
|
|
Observe that using this command will take over the control of the relay from the
|
|
tSense. If you want to give the control back you use the ``-1`` value.
|
|
"
|