View single post by slychiu
 Posted: Friday Sep 8th, 2017 03:14 pm
 PM  Quote  Reply  Full Topic 
slychiu



Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5493
Status: 
Offline

  back to top

You can make the zone announcement conditional on the state of a Flag

In the Zone On Response, make the following Response

If Flag Flag001 <> 0 Then
    Skip Announcement
End If

In Control Menu, set up a control to set or clear that flag to disable and enable the zone announcement

You can also make a Time Program to automatically disable announcements after a certain time

 Close Window