diff --git a/46_SmartPi.pm b/46_SmartPi.pm index e13b87c..4592213 100644 --- a/46_SmartPi.pm +++ b/46_SmartPi.pm @@ -60,7 +60,7 @@ use HttpUtils; eval "use JSON;1" or $missingModul .= "JSON "; -my $version = "0.0.23"; +my $version = "0.0.24"; @@ -352,6 +352,8 @@ sub SmartPi_ErrorHandling($$$) { ### End Error Handling } + Log3 $name, 4, "SmartPi ($name) - Recieve JSON data: $data"; + SmartPi_ResponseProcessing($hash,$data); } @@ -448,3 +450,34 @@ sub SmartPi_WriteReadings($$) { readingsEndUpdate($hash,1); } + + + + + + + + + +1; + + +=pod + +=item device +=item summary SmartPi +=item summary_DE SmartPi + +=begin html + + +

SmartPi

+ +=end html +=begin html_DE + + +

SmartPi

+ +=end html_DE +=cut