patch-async_run_parseJson #48

Merged
marko merged 20 commits from patch-async_run_parseJson into devel 2022-02-09 13:11:54 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 673445e339 - Show all commits

View File

@ -966,11 +966,16 @@ sub ResponseSubprocessing {
while ($json) { while ($json) {
if ( defined($tail) and $tail ) { if ( defined($tail) and $tail ) {
push @response, $json; push @response, $json;
Log3 'Gardena Subprocess', 2,
"GardenaSmartBridge (Gardena) - JSON ist: $json";
} }
( $json, $tail ) = ParseJSON($tail); ( $json, $tail ) = ParseJSON($tail);
} }
Log3 'Gardena Subprocess', 2,
"GardenaSmartBridge (Gardena) - Response ist: " . Dumper @response;
$subprocess->writeToParent(@response); $subprocess->writeToParent(@response);
return; return;

View File

@ -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 UPD 2022-01-31_19:35:42 56993 FHEM/74_GardenaSmartDevice.pm