dev #66

Merged
marko merged 31 commits from dev into testing 2022-07-01 08:29:53 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 6b475415cc - Show all commits

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