mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +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:
|
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).
|
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]
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Read
|
### Read
|
||||||
|
Loading…
x
Reference in New Issue
Block a user