mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
73_AutoShuttersControl: add more condition to run ShadingCommandProcessing
git-svn-id: https://svn.fhem.de/fhem/trunk@22250 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1895a77d66
commit
61a643e512
@ -2608,9 +2608,10 @@ sub ShadingProcessing {
|
||||
&& (
|
||||
$shutters->getModeUp eq 'always'
|
||||
|| $shutters->getModeUp eq $homemode
|
||||
|| $shutters->getModeUp eq 'off'
|
||||
|| $shutters->getModeUp eq 'absent'
|
||||
|| ( $shutters->getModeUp eq 'home'
|
||||
&& $homemode ne 'asleep' )
|
||||
|| $shutters->getModeUp eq 'off'
|
||||
)
|
||||
&& (
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user