fix numeric eq
This commit is contained in:
parent
9439e3b2e2
commit
7ef429c80f
@ -1,11 +1,11 @@
|
||||
UPD 2020-08-12_10:57:05 97596 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2020-08-10_13:49:45 74180 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2020-08-12_11:00:05 97596 FHEM/73_AutoShuttersControl.pm
|
||||
UPD 2020-08-12_11:00:05 74180 lib/FHEM/Automation/ShuttersControl.pm
|
||||
UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
|
||||
UPD 2020-07-26_17:36:29 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
|
||||
UPD 2020-08-12_10:49:44 31376 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||
UPD 2020-08-10_13:49:45 24209 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
||||
UPD 2020-08-12_11:00:05 31376 lib/FHEM/Automation/ShuttersControl/Shutters.pm
|
||||
UPD 2020-08-12_11:00:05 24209 lib/FHEM/Automation/ShuttersControl/Shading.pm
|
||||
UPD 2020-08-06_14:32:42 109110 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
|
||||
UPD 2020-08-10_13:49:45 45519 lib/FHEM/Automation/ShuttersControl/Helper.pm
|
||||
UPD 2020-08-18_08:38:36 45518 lib/FHEM/Automation/ShuttersControl/Helper.pm
|
||||
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm
|
||||
UPD 2020-07-26_17:36:29 11569 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
|
||||
UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm
|
||||
|
@ -383,7 +383,7 @@ sub _IsDay {
|
||||
}
|
||||
|
||||
|
||||
$respIsDay == 1
|
||||
$respIsDay = 1
|
||||
if (
|
||||
( $FHEM::Automation::ShuttersControl::shutters->getDown eq 'roommate'
|
||||
and ( $FHEM::Automation::ShuttersControl::shutters->getRoommates ne 'asleep'
|
||||
|
Loading…
x
Reference in New Issue
Block a user