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 10 additions and 1 deletions
Showing only changes of commit 8e470ccbb6 - Show all commits

View File

@ -1008,6 +1008,15 @@ sub ParseJSON {
# End Childprozess
######################################
sub CleanSubprocess {
my $hash = shift;
my $name = $hash->{NAME};
delete( $hash->{".fhem"}{subprocess} );
Log3( $name, 4, qq{GardenaSmartBridge ($name) - clean Subprocess} );
}
sub WriteReadings {
my $hash = shift;
my $decode_json = shift;

View File

@ -1,2 +1,2 @@
UPD 2022-01-31_19:35:20 49370 FHEM/73_GardenaSmartBridge.pm
UPD 2022-02-01_09:23:35 49566 FHEM/73_GardenaSmartBridge.pm
UPD 2022-01-31_19:35:42 56993 FHEM/74_GardenaSmartDevice.pm