2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

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
This commit is contained in:
LeonGaultier 2019-10-07 05:10:56 +00:00
parent 51554da30b
commit 60c0d3e23d
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # 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. # 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 - feature: 95_Dashboard: new attribute dashboard_hideGroupHeader, path
handling of backgroundimage changed, comref revised handling of backgroundimage changed, comref revised
- bugfix: 98_weekprofile: read weekprofile from HMCCUDEV|HM-TC-IT-WM-W-EU - bugfix: 98_weekprofile: read weekprofile from HMCCUDEV|HM-TC-IT-WM-W-EU

View File

@ -1014,6 +1014,7 @@ sub EventProcessingWindowRec($@) {
or $homemode eq 'gotosleep' ) or $homemode eq 'gotosleep' )
and $shutters->getModeDown ne 'absent' and $shutters->getModeDown ne 'absent'
and $shutters->getModeDown ne 'off' and $shutters->getModeDown ne 'off'
and $ascDev->getAutoShuttersControlEvening eq 'on'
) )
{ {
$shutters->setLastDrive('window closed at night'); $shutters->setLastDrive('window closed at night');
@ -6659,7 +6660,7 @@ sub getblockAscDrivesAfterManual {
], ],
"release_status": "under develop", "release_status": "under develop",
"license": "GPL_2", "license": "GPL_2",
"version": "v0.6.32", "version": "v0.6.33",
"author": [ "author": [
"Marko Oldenburg <leongaultier@gmail.com>" "Marko Oldenburg <leongaultier@gmail.com>"
], ],