Update modbus.markdown (#8814)

This commit is contained in:
gertdb 2019-03-11 20:05:24 +01:00 committed by Franck Nijhof
parent 8ecb1affaf
commit b4519eccbc

View File

@ -149,7 +149,7 @@ modbus:
| hub | Hub name (defaults to 'default' when omitted) |
| unit | Slave address (set to 255 you talk to Modbus via TCP) |
| address | Address of the Register (e.g., 138) |
| value | An array of 16-bit values. Might need reverse ordering. E.g., to set 0x0004 you might need to set `[4,0]` |
| 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]` |
## {% linkable_title Building on top of Modbus %}