Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Use Branch Actions" in Comfort I Ultra
#1
This applies to Comfort I and Comfigurator 2 only

In Comfort I from firmware 4.233 onwards please check the box \"Use Branch Actions\" in Configuration > Modules & Settings if you use Comfigurator 2. This allows If/Then actions to work correctly for nested If/Then conditions.

For example, see the Response below. If Use Branch Actions is not enabled then the response will not work as expected.

If you have Comfort I Firmware < 4.233 and you nbeed to code aq complex nested If/Then Response, then you are advised to get a firmware upgrade to 4.234 which is the last released Ultra I firmware

If SecurityMode = SecurityOff Then
AutoArm AwayMode
    Else
     If SecurityMode = AwayMode Then
       If AlarmState < Alarm Then
          AutoArm SecurityOff
       End If
      End If
    If SecurityMode = NightMode Then
        If AlarmState < Alarm Then
        AutoArm SecurityOff
     End If
   End If
   If SecurityMode = VacationMode Then
        If AlarmState < Alarm Then
        AutoArm SecurityOff
        End If
    End If
  End If



Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2026 Melroy van den Berg.