How to determine the actual used zones? #105
Replies: 2 comments
-
I'm not sure this information is directly available from the panel. As far as I've seen, the panel reports enabled zones per partition but does not provide information on whether the zones are set to NULL (00) or are setup as instant, delay, etc.
The Theoretically you could implement checking on the sketch side by monitoring for open zones and building up a list of zones that have been changed to form a list of zones that are in active use, though this seems like it'd be easy to miss zones. You can edit |
Beta Was this translation helpful? Give feedback.
-
Feel free to re-open if there is more to look into this. |
Beta Was this translation helpful? Give feedback.
-
Similar to my other question about partitions, how can I determine which zones are actually in use? My alarm only uses 5 or maybe 6 zones. It would be good not to have to send the status of all 64 zones especially after a dsc.resetStatus().
Beta Was this translation helpful? Give feedback.
All reactions