diff --git a/CHANGED b/CHANGED index e3be7a0..acd78d7 100644 --- a/CHANGED +++ b/CHANGED @@ -1 +1 @@ - Reviewed-on: https://git.cooltux.net/FHEM/mod-GardenaSmart/pulls/58 + add lona readings diff --git a/FHEM/74_GardenaSmartDevice.pm b/FHEM/74_GardenaSmartDevice.pm index b4ca0a3..c0f5a6c 100644 --- a/FHEM/74_GardenaSmartDevice.pm +++ b/FHEM/74_GardenaSmartDevice.pm @@ -776,7 +776,7 @@ sub WriteReadings { if ( ref( $propertie->{value} ) eq "HASH" ) { while ( my ( $r, $v ) = each %{ $propertie->{value} } ) { -^ if ( ref( $v ) ne "HASH" ) { + if ( ref( $v ) ne "HASH" ) { readingsBulkUpdate( $hash, $decode_json->{abilities}[$abilities]{name} . '-' diff --git a/controls_GardenaSmartDevice.txt b/controls_GardenaSmartDevice.txt index 61935f2..ca1f813 100644 --- a/controls_GardenaSmartDevice.txt +++ b/controls_GardenaSmartDevice.txt @@ -1,2 +1,2 @@ UPD 2022-05-27_11:41:32 49913 FHEM/73_GardenaSmartBridge.pm -UPD 2022-05-27_11:44:30 66807 FHEM/74_GardenaSmartDevice.pm +UPD 2022-05-27_20:04:31 66804 FHEM/74_GardenaSmartDevice.pm