Add response parameter for knx.send service (#20927)

This commit is contained in:
Mirko Lenz 2021-12-29 18:17:37 +01:00 committed by GitHub
parent 1e96488917
commit 655c425d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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