Subject line (try to keep under 50 characters)
Multi-line description of commit, feel free to be detailed. [Ticket: X]
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user