09-23-2025, 08:45 AM
I'm trying to set up a response which will turn on and off an output when the alarm is set to night mode. this is my effort so far and it does not work. Anyone point me in the right direction of what I am missing. Thanks
If SecurityMode = NightMode Then
Output Output004(4) On
End If
If SecurityMode = NightMode Then
Output Output004(4) On
End If

