Skip to content

Commit

Permalink
[Modbus Controller] Documented the new allow_duplicate_commands opt…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
0x3333 committed Aug 28, 2024
1 parent 57d4101 commit b3f0363
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/modbus_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ Configuration variables:

- **modbus_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the ``modbus`` hub.

- **address** (**Required**, :ref:`config-id`): The Modbus address of the slave device
- **address** (**Required**, :ref:`config-id`): The Modbus address of the slave device.

- **allow_duplicate_commands** (*Optional*, boolean): Whether to allow duplicate commands in the queue. Defaults to ``false``.

- **command_throttle** (*Optional*, :ref:`config-time`): minimum time in between 2 requests to the device. Default is ``0ms``.
Some Modbus slave devices limit the rate of requests from the master, so this allows the interval between requests to be altered.
Expand Down

0 comments on commit b3f0363

Please sign in to comment.