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:
parent
51554da30b
commit
60c0d3e23d
@ -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
|
||||
|
@ -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 <leongaultier@gmail.com>"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user