Correct modbus address limits (#66367)
This commit is contained in:
parent
ab67ba20f5
commit
b6a3b012bb
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ write_coil:
|
|||
required: true
|
||||
selector:
|
||||
number:
|
||||
min: 1
|
||||
max: 255
|
||||
min: 0
|
||||
max: 65535
|
||||
state:
|
||||
name: State
|
||||
description: State to write.
|
||||
|
@ -42,8 +42,8 @@ write_register:
|
|||
required: true
|
||||
selector:
|
||||
number:
|
||||
min: 1
|
||||
max: 255
|
||||
min: 0
|
||||
max: 65535
|
||||
unit:
|
||||
name: Unit
|
||||
description: Address of the modbus unit.
|
||||
|
|
Loading…
Add table
Reference in a new issue