From 673445e3396e25b80a7f9c6fa6a17a0b02ed5978 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 1 Feb 2022 13:05:53 +0100 Subject: [PATCH] Subject line (try to keep under 50 characters) Multi-line description of commit, feel free to be detailed. [Ticket: X] --- FHEM/73_GardenaSmartBridge.pm | 5 +++++ controls_GardenaSmartDevice.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/FHEM/73_GardenaSmartBridge.pm b/FHEM/73_GardenaSmartBridge.pm index 860aaea..1191829 100644 --- a/FHEM/73_GardenaSmartBridge.pm +++ b/FHEM/73_GardenaSmartBridge.pm @@ -966,11 +966,16 @@ sub ResponseSubprocessing { while ($json) { if ( defined($tail) and $tail ) { push @response, $json; + Log3 'Gardena Subprocess', 2, + "GardenaSmartBridge (Gardena) - JSON ist: $json"; } ( $json, $tail ) = ParseJSON($tail); } + Log3 'Gardena Subprocess', 2, + "GardenaSmartBridge (Gardena) - Response ist: " . Dumper @response; + $subprocess->writeToParent(@response); return; diff --git a/controls_GardenaSmartDevice.txt b/controls_GardenaSmartDevice.txt index f3bc55f..63b02a0 100644 --- a/controls_GardenaSmartDevice.txt +++ b/controls_GardenaSmartDevice.txt @@ -1,2 +1,2 @@ -UPD 2022-02-01_12:53:28 49983 FHEM/73_GardenaSmartBridge.pm +UPD 2022-02-01_13:05:43 50198 FHEM/73_GardenaSmartBridge.pm UPD 2022-01-31_19:35:42 56993 FHEM/74_GardenaSmartDevice.pm