From 655c425d4ed010166052618933126b37a07fbce4 Mon Sep 17 00:00:00 2001 From: Mirko Lenz Date: Wed, 29 Dec 2021 18:17:37 +0100 Subject: [PATCH] Add response parameter for knx.send service (#20927) --- source/_integrations/knx.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 9fe80eb8f5d..1c776b03256 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -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