taobin_project/inter/tha/hardware/exhaust_fan_schedule.ev
2024-08-23 13:15:35 +07:00

27 lines
689 B
Text

DEBUGVAR ExhaustFanTime1Enable
DEBUGVAR ExhaustFanTime1Hour
DEBUGVAR ExhaustFanTime1Min
DEBUGVAR ExhaustFanTime2Enable
DEBUGVAR ExhaustFanTime2Hour
DEBUGVAR ExhaustFanTime2Min
DEBUGVAR ExhaustFanTime3Enable
DEBUGVAR ExhaustFanTime3Hour
DEBUGVAR ExhaustFanTime3Min
If ExhaustFanTime1Enable = "true" Then
If ExhaustFanTime2Enable = "true" Then
TimeRange ExhaustFanTime1Hour ExhaustFanTime1Min ExhaustFanTime2Hour ExhaustFanTime2Min SystemTimeHourInt SystemTimeMinuteInt CurrentTime1ToTime2
EndIf
EndIf
DEBUGVAR CurrentTime1ToTime2
DEBUGVAR PreviseTime1ToTime2
If PreviseTime1ToTime2 = CurrentTime1ToTime2 Then
Else
;__CMD "CLI" "set-fan-mode=1" "-" "-"
EndIf