From dcba895d3c6fb11ae43dbc2ae877f781e64df559 Mon Sep 17 00:00:00 2001 From: Ton Huisman Date: Sun, 19 Apr 2026 15:27:42 +0200 Subject: [PATCH] [P180] Update documentation --- docs/source/Plugin/P180.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Plugin/P180.rst b/docs/source/Plugin/P180.rst index 6d94f7943..4650fd8a8 100644 --- a/docs/source/Plugin/P180.rst +++ b/docs/source/Plugin/P180.rst @@ -152,7 +152,7 @@ The commands available can either be used with the full command, or the 1 charac * ``get.[.]``: ``(g)``: Read the number of bytes matching the format from the device. ```` can be a calculation, f.e. to use ``%value%`` from a previous command. * ``put..[....]``: ``(p)``: Write data to the device, in the format specified. For ``b`` or ``w`` the provided data and format determines the length of the data to send. ``data`` can be from a global variable, expanded just before execution. * ``read.[.].``: ``(r)``: Read data in the requested format from a register in the device. ```` can be a calculation, f.e. to use ``%value%`` from a previous command. ``reg`` can be from a global variable, expanded just before execution. -* ``write...[....]``: ``(w)``: Write data to a register in the device in the specified format. ``data`` can be from a global variable, expanded just before execution. (not applicable for ``b`` and ``w`` format!) +* ``write...[....]``: ``(w)``: Write data to a register in the device in the specified format. ``reg`` and/or ``data`` can be from a global variable, expanded just before execution. (not applicable for ``b`` and ``w`` format!) * ``eval``: ``(e)``: Evaluate the previous command, and set as selected data for ``calc`` or ``if`` commands. * ``value.``: ``(v)``: (1..4 or a value name) Store the last calculated result, or last read value, in the specified Value field. * ``calc.``: ``(c)``: Calculate a result, like Rules, extra available vars: ``%value%``, ``%pvalue%``, ``%h%``, ``%b0%..%b%``, ``%bx0%..%bx%``, ``%w0%..%w%``, ``%wx0%..%wx%``