Files
ESPEasy/docs/source/Plugin/P124_commands.repl
T
2021-11-21 21:53:30 +01:00

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.
"