Prepare release

This commit is contained in:
wanlop run 2024-08-23 13:15:35 +07:00
parent 5132eeaf86
commit 2c1d3e31f4
16 changed files with 6570 additions and 145 deletions

View file

@ -0,0 +1,27 @@
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