mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add response parameter for knx.send service (#20927)
This commit is contained in:
parent
1e96488917
commit
655c425d4e
@ -178,6 +178,10 @@ payload:
|
||||
type:
|
||||
description: If set, the payload will not be sent as raw bytes, but encoded as given DPT. KNX sensor types are valid values - see table in [KNX Sensor](#sensor).
|
||||
type: [string, integer, float]
|
||||
response:
|
||||
description: If set to `true`, the telegram will be sent as a `GroupValueResponse` instead of a `GroupValueWrite`.
|
||||
type: boolean
|
||||
default: false
|
||||
{% endconfiguration %}
|
||||
|
||||
### Read
|
||||
|
Loading…
x
Reference in New Issue
Block a user