Files
ESPEasy/docs/source/Plugin/P008_config_values.repl
T

25 lines
622 B
Plaintext

.. csv-table::
:header: "Config value", "Information"
:widths: 20, 30
"
| ``[<taskname>#TagStr]``
","
| Returns the current Tag as a string, with zeroes prefixed, if there is a valid tag in the buffer.
"
"
| ``[<taskname>#TagSize]``
","
| Returns the current tagsize in characters, if there is a valid tag in the buffer.
"
"
| ``[<taskname>#TagBits]``
","
| Returns the current tagsize in bits, if there is a valid tag in the buffer.
"
"
| ``[<taskname>#TagValid]``
","
| State showing if there is a valid tag in the buffer (0/1).
"