01-15-2014, 08:19 PM
After updating Comfort\'s firmware (to 7.0.46) , responses with the NightTime flag are no longer running. Here\'s an example of one:
If NightTime <> 0 Then
If Timer LandingTimer = 0 Then
If Hours > 21 Then
Do LandingDimToVLow
Else
If Hours > 6 Then
Do LandingDimToMed
Else
Do LandingDimToVLow
End If
End If
End If
End If
Has something changed?
Thx,
If NightTime <> 0 Then
If Timer LandingTimer = 0 Then
If Hours > 21 Then
Do LandingDimToVLow
Else
If Hours > 6 Then
Do LandingDimToMed
Else
Do LandingDimToVLow
End If
End If
End If
End If
Has something changed?
Thx,

