Fixes Modbus service.yaml validity (#21923)

* Update __init__.py

* Update services.yaml

* Update services.yaml
pull/21933/head
gertdb 2019-03-11 13:17:31 +01:00 committed by Charles Garwood
parent 49014ac13f
commit 3fd6aa0ba9
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ write_register:
fields:
address: {description: Address of the holding register to write to., example: 0}
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]"}