mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
73_AutoShuttersControl: fix bug in Sunrise Drive if SelfDefense set
git-svn-id: https://svn.fhem.de/fhem/trunk@22728 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d959086f61
commit
bf08f943a7
@ -1,5 +1,6 @@
|
||||
# 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: fix bug in Sunrise Drive if SelfDefense set
|
||||
- change: 50_TelegramBot: channels, versionid, keyboard / favorite fixes
|
||||
- change: 93_DbRep: commandRef revised
|
||||
- change: 76_SMAPortal: avoid deletion of readings if provider is selected
|
||||
|
@ -1258,7 +1258,7 @@ sub Initialize {
|
||||
],
|
||||
"release_status": "testing",
|
||||
"license": "GPL_2",
|
||||
"version": "v0.10.7",
|
||||
"version": "v0.10.8",
|
||||
"author": [
|
||||
"Marko Oldenburg <leongaultier@gmail.com>"
|
||||
],
|
||||
|
@ -1435,10 +1435,8 @@ sub SunRiseShuttersAfterTimerFn {
|
||||
&& ( $shutters->getSelfDefenseMode eq 'gone'
|
||||
|| $shutters->getSelfDefenseMode eq 'absent' )
|
||||
&& $ascDev->getResidentsStatus ne 'gone'
|
||||
&& $ascDev->getResidentsStatus ne 'absent'
|
||||
)
|
||||
|| ( $ascDev->getSelfDefense eq 'on'
|
||||
&& $shutters->getSelfDefenseMode eq 'absent'
|
||||
&& $ascDev->getResidentsStatus ne 'absent' )
|
||||
)
|
||||
&& (
|
||||
$shutters->getUp ne 'brightness'
|
||||
|
Loading…
x
Reference in New Issue
Block a user