[fix] - state ohne plan , nicht listen

This commit is contained in:
Sebastian 2022-06-29 13:38:08 +02:00
parent 0086f52d74
commit 967ec86ea1
3 changed files with 3 additions and 3 deletions

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 )
# zeitplan aktiv
# ? ( $nearst_irrigation eq '2038-01-18 00:00')
? ( $nearst_irrigation eq 'n/a')
? ( $nearst_irrigation eq RigReadingsValue( $hash, 'n/a') )
# dauerhaft pausiert
? sprintf( (RigReadingsValue($hash, 'closed') .'. '.RigReadingsValue($hash , 'schedule permanently paused')) )
# naechster zeutplan

View File

@ -1,2 +1,2 @@
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