From 60c0d3e23d06ffa241b80ecefbe2d78c6ac54005 Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Mon, 7 Oct 2019 05:10:56 +0000 Subject: [PATCH] 73_AutoShuttersControl: add condition to attr ASC_autoShuttersControlEvening to window event git-svn-id: https://svn.fhem.de/fhem/trunk@20325 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 ++ fhem/FHEM/73_AutoShuttersControl.pm | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 " ],