Correct modbus address limits (#66367)

This commit is contained in:
uSlackr 2022-02-14 12:17:19 -05:00 committed by GitHub
parent ab67ba20f5
commit b6a3b012bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.