dev #74

Merged
sebastianschwarz merged 126 commits from dev into testing 2022-09-06 11:31:54 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 0c75c89cf0 - Show all commits

View File

@ -1 +1 @@
[fix] scheduled count
[fix] - schedules events

View File

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

View File

@ -1,2 +1,2 @@
UPD 2022-07-01_16:13:02 49241 FHEM/73_GardenaSmartBridge.pm
UPD 2022-07-08_15:09:01 75678 FHEM/74_GardenaSmartDevice.pm
UPD 2022-07-08_15:22:30 75674 FHEM/74_GardenaSmartDevice.pm