observed ShuttersPlace awning for shading condition

[Ticket: no]
This commit is contained in:
2022-03-24 09:54:55 +01:00
parent cca6e90303
commit 15be0a6885
3 changed files with 9 additions and 7 deletions

View File

@ -399,6 +399,8 @@ sub _IsDay {
or $FHEM::Automation::ShuttersControl::shutters->getRoommates
ne 'gotosleep' )
)
or ( $FHEM::Automation::ShuttersControl::shutters->getShuttersPlace eq
'awning' )
);
return $respIsDay;