mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
New parameter "delay" in modbus switch.verify (#17930)
This commit is contained in:
parent
b62714bfd4
commit
ffbc7c1e6f
@ -916,10 +916,15 @@ switches:
|
||||
type: map
|
||||
keys:
|
||||
address:
|
||||
description: address to read from.
|
||||
description: Address to read from.
|
||||
required: false
|
||||
default: write address
|
||||
type: integer
|
||||
delay:
|
||||
description: delay between write and verify.
|
||||
required: false
|
||||
default: 0
|
||||
type: integer
|
||||
input_type:
|
||||
description: type of adddress (holding/coil/discrete/input)
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user