Add array write to turn_on/off in modbus switch/fan/light (#18406)

This commit is contained in:
jan iversen 2021-07-12 20:24:09 +02:00 committed by GitHub
parent 71976217bc
commit e115d96a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -609,7 +609,7 @@ fans:
default: 0x00
type: integer
write_type:
description: Type of address (holding/coil).
description: Type of address (holding/coil or holdings/coils for array call).
required: false
default: holding
type: string
@ -702,7 +702,7 @@ lights:
default: 0x00
type: integer
write_type:
description: Type of address (holding/coil).
description: Type of address (holding/coil or holdings/coils for array call).
required: false
default: holding
type: string
@ -925,7 +925,7 @@ switches:
default: 0x00
type: integer
write_type:
description: type of address (holding/coil)
description: type of address (holding/coil or holdings/coils for array call)
required: false
default: holding
type: string