testing #80

Merged
marko merged 137 commits from testing into main 2022-12-22 07:04:47 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 967ec86ea1 - Show all commits

View File

@ -1 +1 @@
[visual] - lowercase not available [alpha] extendedState - fix empty reading + state ic24/wc

View File

@ -942,7 +942,7 @@ sub setState {
( $has_scheduling ) ( $has_scheduling )
# zeitplan aktiv # zeitplan aktiv
# ? ( $nearst_irrigation eq '2038-01-18 00:00') # ? ( $nearst_irrigation eq '2038-01-18 00:00')
? ( $nearst_irrigation eq 'n/a') ? ( $nearst_irrigation eq RigReadingsValue( $hash, 'n/a') )
# dauerhaft pausiert # dauerhaft pausiert
? sprintf( (RigReadingsValue($hash, 'closed') .'. '.RigReadingsValue($hash , 'schedule permanently paused')) ) ? sprintf( (RigReadingsValue($hash, 'closed') .'. '.RigReadingsValue($hash , 'schedule permanently paused')) )
# naechster zeutplan # naechster zeutplan

View File

@ -1,2 +1,2 @@
UPD 2022-06-28_13:11:16 49241 FHEM/73_GardenaSmartBridge.pm UPD 2022-06-28_13:11:16 49241 FHEM/73_GardenaSmartBridge.pm
UPD 2022-06-29_12:23:57 70548 FHEM/74_GardenaSmartDevice.pm UPD 2022-06-29_13:37:44 70575 FHEM/74_GardenaSmartDevice.pm