Partial Armed message Armed with Bypassed zones #141
-
Is it possible to get a message to be sent when the alarm is armed with bypassed zones? 01110101 0 00000000 01110101 [0x75] Partition 1 | Tone: off |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
[The library code always captures all messages for the 0x05 cmd in the dsc.status[partition] array. You can capture the dsc.status messages and look for 0x15(armed_with_bypass) , 0xa0 (zone_bypass_used) for each partition in whatever code you use. |
Beta Was this translation helpful? Give feedback.
-
As @Dilbert66 mentioned, checking |
Beta Was this translation helpful? Give feedback.
[The library code always captures all messages for the 0x05 cmd in the dsc.status[partition] array. You can capture the dsc.status messages and look for 0x15(armed_with_bypass) , 0xa0 (zone_bypass_used) for each partition in whatever code you use.