Fix modbus service description (#30005)

This commit is contained in:
Vladimír Záhradník 2019-12-16 20:07:46 +01:00 committed by Franck Nijhof
parent 58b5833d64
commit c16fae2c0b

View File

@ -1,7 +1,7 @@
write_coil:
description: Write to a modbus coil.
fields:
address: {description: Address of the register to read., example: 0}
address: {description: Address of the register to write to., example: 0}
state: {description: State to write., example: false}
unit: {description: Address of the modbus unit., example: 21}
write_register: