Announcement

Collapse
No announcement yet.

DSC zone alarm triggers lights on and off until reset

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DSC zone alarm triggers lights on and off until reset

    DSC zone alarm triggers a flashing light effect with an 2 second on and off occurrence until the alarm reset to off. Can someone walk me through this event writing? Thanks!

    #2
    So you are trying to have blinking lights when a DSC zone alarm triggers? I guess you could set up some event like:

    Event BlinkingLights (triggered when an alarm was triggered and the alarm is on):
    If alarm triggered/active:
    • turn on lights
    • Wait 2 seconds
    • Turn off lights
    • Wait 2 seconds
    • Call "BlinkingLights"
    Then you will need an event that turns off the blinking lights (which will be a condition for the above event, i.e. have a device that turns off the alarm)

    I haven't tried this but I probably will do the same thing (plus get outside speakers involved...).

    Comment


      #3
      Thank you I’ll try writing up the event and let you know how it works.

      Comment

      Working...
      X