Fixes Modbus service.yaml validity (#21923)
* Update __init__.py * Update services.yaml * Update services.yamlpull/21933/head
parent
49014ac13f
commit
3fd6aa0ba9
|
@ -9,4 +9,4 @@ write_register:
|
||||||
fields:
|
fields:
|
||||||
address: {description: Address of the holding register to write to., example: 0}
|
address: {description: Address of the holding register to write to., example: 0}
|
||||||
unit: {description: Address of the modbus unit., example: 21}
|
unit: {description: Address of the modbus unit., example: 21}
|
||||||
value: {description: Value (single value or array) to write., example: 0 or [4,0]}
|
value: {description: Value (single value or array) to write., example: "0 or [4,0]"}
|
||||||
|
|
Loading…
Reference in New Issue