Hi Bob,
I need your help
Is are the follows steps right:
(I use two circuits tamper )
-
Close your perimeter circuit(s) (enclosure lid)
–> Close case, channel 1 and 2, circuit closed -
Clear Perimeter Detect Events
–> zymkey.client.clear_perimeter_detect_info() -
Get Perimeter Detect Info to confirm prior events are cleared and the perimeter is closed.
–> zymkey.client.get_perimeter_detect_info() -
If the Perimeter Detect Event returns clear, then you can ‘arm your system’ as you require by setting Set Perimeter Event Actions to “none”, “notify” or “selfdestruct”
–> zymkey.client.set_perimeter_event_actions(0, action_notify=False, action_self_destruct=True)
–>zymkey.client.set_perimeter_event_actions(1, action_notify=False, action_self_destruct=True)
Do I not need to perform step 12 before cutting the tab?
Is it possible when the system is armed to set the settings back to alarm only?
How can I read the values from the command:
–> zymkey.client.set_perimeter_event_actions(0, action_notify=False, action_self_destruct=True)
–>zymkey.client.set_perimeter_event_actions(1, action_notify=False, action_self_destruct=True)
I would like to query what values are stored in the module.
Thanks
Mara