Skip to content

Commit b4519ec

Browse files
gertdbfrenck
authored andcommitted
Update modbus.markdown (home-assistant#8814)
1 parent 8ecb1af commit b4519ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/modbus.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ modbus:
149149
| hub | Hub name (defaults to 'default' when omitted) |
150150
| unit | Slave address (set to 255 you talk to Modbus via TCP) |
151151
| address | Address of the Register (e.g., 138) |
152-
| value | An array of 16-bit values. Might need reverse ordering. E.g., to set 0x0004 you might need to set `[4,0]` |
152+
| value | A single value or an array of 16-bit values. Single value will call modbus function code 6. Array will call modbus function code 16. Array might need reverse ordering. E.g., to set 0x0004 you might need to set `[4,0]` |
153153

154154
## {% linkable_title Building on top of Modbus %}
155155

0 commit comments

Comments
 (0)