Fixes Modbus service.yaml validity (#21923)
* Update __init__.py * Update services.yaml * Update services.yaml
This commit is contained in:
parent
49014ac13f
commit
3fd6aa0ba9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue