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.
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’