copy & past error
This commit is contained in:
parent
40074a3db6
commit
6b475415cc
2
CHANGED
2
CHANGED
@ -1 +1 @@
|
||||
Reviewed-on: https://git.cooltux.net/FHEM/mod-GardenaSmart/pulls/58
|
||||
add lona readings
|
||||
|
@ -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} . '-'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user