diff --git a/fhem/CHANGED b/fhem/CHANGED index 0d4443e14..7dc182da7 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 73_AutoShuttersControl: add condition to attr + ASC_autoShuttersControlEvening to window event - feature: 95_Dashboard: new attribute dashboard_hideGroupHeader, path handling of backgroundimage changed, comref revised - bugfix: 98_weekprofile: read weekprofile from HMCCUDEV|HM-TC-IT-WM-W-EU diff --git a/fhem/FHEM/73_AutoShuttersControl.pm b/fhem/FHEM/73_AutoShuttersControl.pm index ff8121418..97df71dc7 100644 --- a/fhem/FHEM/73_AutoShuttersControl.pm +++ b/fhem/FHEM/73_AutoShuttersControl.pm @@ -1014,6 +1014,7 @@ sub EventProcessingWindowRec($@) { or $homemode eq 'gotosleep' ) and $shutters->getModeDown ne 'absent' and $shutters->getModeDown ne 'off' + and $ascDev->getAutoShuttersControlEvening eq 'on' ) { $shutters->setLastDrive('window closed at night'); @@ -6659,7 +6660,7 @@ sub getblockAscDrivesAfterManual { ], "release_status": "under develop", "license": "GPL_2", - "version": "v0.6.32", + "version": "v0.6.33", "author": [ "Marko Oldenburg " ],