mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add array write to turn_on/off in modbus switch/fan/light (#18406)
This commit is contained in:
parent
71976217bc
commit
e115d96a54
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user