feat(constants): add Topics.SYSTEM_ARM_REQUEST
Topic for web-originated arm/disarm requests that the event processor will subscribe to and dispatch to ArmStateFSM.transition. Part of the PIN unification work (issue #2).
This commit is contained in:
@@ -210,6 +210,8 @@ class Topics:
|
|||||||
SYSTEM_ALERT = "vigilar/system/alert"
|
SYSTEM_ALERT = "vigilar/system/alert"
|
||||||
SYSTEM_SHUTDOWN = "vigilar/system/shutdown"
|
SYSTEM_SHUTDOWN = "vigilar/system/shutdown"
|
||||||
SYSTEM_RULES_UPDATED = "vigilar/system/rules_updated"
|
SYSTEM_RULES_UPDATED = "vigilar/system/rules_updated"
|
||||||
|
# Web-to-FSM arm/disarm request (FSM verifies the PIN and transitions)
|
||||||
|
SYSTEM_ARM_REQUEST = "vigilar/system/arm_request"
|
||||||
|
|
||||||
# Classified events forwarded to the web SSE bridge (see events.processor
|
# Classified events forwarded to the web SSE bridge (see events.processor
|
||||||
# and web.sse_bridge).
|
# and web.sse_bridge).
|
||||||
|
|||||||
Reference in New Issue
Block a user