How to search and remove auto test timer from zones

These steps will show how to search which zones have an auto-test timer (Schedule Type ‘D’) and how to remove them.

NOTE! :
 You only want to do this when you are certain customer doesn’t use “NOT” timer on zones.

TO LOCATE WHICH ZONES HAVE AUTO TEST TIMER:

Select * from EventSchedule

where ScheduleType = ‘D’

TO REMOVE AUTO TEST TIMER FROM ZONE:

Delete from EventSchedule

where ScheduleType = ‘D’
Was this article helpful?
Thank you for your feedback!
User Icon

Thank you! Your comment has been submitted for approval.