copy & past error

This commit is contained in:
Sebastian 2022-05-27 20:04:39 +02:00
parent 40074a3db6
commit 6b475415cc
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
Reviewed-on: https://git.cooltux.net/FHEM/mod-GardenaSmart/pulls/58
add lona readings

View File

@ -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} . '-'

View File

@ -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