2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

73_AutoShuttersControl: fix little Resident home bug

git-svn-id: https://svn.fhem.de/fhem/trunk@20923 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2020-01-10 04:05:33 +00:00
parent b025cf2041
commit c72d2f2297
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
# 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: fix little Resident home bug
- feature: 70_VIERA: new commands, direct access to apps, commands had - feature: 70_VIERA: new commands, direct access to apps, commands had
to be changed, if necessary reload RC layout to be changed, if necessary reload RC layout
- bugfix: 70_VIERA: patch by nestor - bugfix: 70_VIERA: patch by nestor

View File

@ -1461,8 +1461,8 @@ sub EventProcessingResidents($@) {
and $shutters->getRoommatesStatus eq 'none' and $shutters->getRoommatesStatus eq 'none'
and ( $getModeDown eq 'home' and ( $getModeDown eq 'home'
or $getModeDown eq 'always' ) or $getModeDown eq 'always' )
and ( $getResidentsLastStatus ne 'asleep' and $getResidentsLastStatus ne 'asleep'
or $getResidentsLastStatus ne 'awoken' ) and $getResidentsLastStatus ne 'awoken'
and IsAfterShuttersTimeBlocking($shuttersDev) and IsAfterShuttersTimeBlocking($shuttersDev)
and not $shutters->getSelfDefenseState and not $shutters->getSelfDefenseState
) )
@ -7923,7 +7923,7 @@ sub getblockAscDrivesAfterManual {
], ],
"release_status": "under develop", "release_status": "under develop",
"license": "GPL_2", "license": "GPL_2",
"version": "v0.8.11", "version": "v0.8.12",
"author": [ "author": [
"Marko Oldenburg <leongaultier@gmail.com>" "Marko Oldenburg <leongaultier@gmail.com>"
], ],