mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 01:24:04 +00:00
32 lines
777 B
Plaintext
32 lines
777 B
Plaintext
.. csv-table::
|
|
:header: "Command Syntax", "Extra information"
|
|
:widths: 20, 30
|
|
|
|
"
|
|
|
|
| ``multirelay,on,<channel>``
|
|
|
|
","
|
|
|
|
| Switch on the relay at the channel given. Range is 1..8, but limited to the number the plugin is configured for.
|
|
|
|
"
|
|
"
|
|
|
|
| ``multirelay,off,<channel>``
|
|
|
|
","
|
|
|
|
| Switch off the relay at the channel given. Range is 1..8, but limited to the number the plugin is configured for.
|
|
|
|
"
|
|
"
|
|
|
|
| ``multirelay,set,<channel_bitmap>``
|
|
|
|
","
|
|
|
|
| Switch on and off according to the bitmap provided, in 8..1 order. The bitmap can be given in decimal (``nn``, 1-3 digits, ``0`` to ``9``), hexadecimal (``0xnn``, 1 or 2 digits, ``0`` to ``f``) or binary (``0bnnnnnnnn``, 1 to 8 digits, ``0`` or ``1``) notation.
|
|
|
|
"
|