Event catalog Site under construction
This document enumerates and describes all available topics and event types in YourSixOS.
See the event structure for explanation on the data attributes always available on the respective topics. See the respective events for event specific data available.
Event types marked with pending are to be announced in the future and are not available yet.
Event types marked with deprecated <year> are replaced by a newer event and will removed by the end of the indicated year.
Available topics
Code | Description |
---|---|
alarmgroup | Events emitted by alarm groups |
device | Events emitted by devices |
barrier | Events emitted by barriers |
peripheral | Events emitted by peripherals |
Alarm group topic
Code | Description | Type | Resets |
---|---|---|---|
disarmed | Alarm group is forcefully disarmed | stateful | armed, schedule |
armed | Alarm group is forcefully armed | stateful | disarmed, schedule |
schedule | Alarm group is set to follow schedule | stateful | armed, disarmed |
Device topic
Code | Description | Type | Resets |
---|---|---|---|
disconnected | Device disconnected | stateful | connected |
connected | Device connected | stateful | disconnected |
storage_disruption | Device storage is disrupted | stateful | storage_healthy, storage_disruption_end |
storage_disruption_end pending | Device storage is no longer disrupted | stateful | storage_disruption |
storage_healthy deprecated 2026 | Device storage is no longer disrupted | stateful | storage_disruption |
shock_detected | Device detected mechanical shock | transient | N/A |
tilt_detected | Device detected mechanical tilt | transient | N/A |
video_tampering | Device detected video tampering | transient | N/A |
casing_open | Device casing has been opened | stateful | None |
aoa | AXIS Object Analytics has triggered | stateful | None |
vmd | AXIS Video Motion Detection has triggered | stateful | None |
loitering_guard | AXIS Loitering Guard has triggered | stateful | None |
motion_guard | AXIS Motion Guard has triggered | stateful | None |
fence_guard | AXIS Fence Guard has triggered | stateful | None |
perimeter_defender | AXIS Perimeter Defender has triggered | stateful | None |
pir | Passive Infrared has triggered | stateful | None |
radar_motion | Radar motion has triggered | stateful | None |
input_peripheral deprecated 2026 | An input peripheral has been triggered | stateful | None |
axis_imagehealth | AXIS Image Health Analytics has detected impaired image | stateful | axis_imagehealth_end |
axis_imagehealth_end | AXIS Image Health Analytics is no longer detecting impaired image | stateful | axis_imagehealth |
temperature_warning | Device temperature is unsustainable | stateful | temperature_warning_end |
temperature_warning_end | Device temperature is no longer unsustainable | stateful | temperature_warning |
cpu_overutilization | Device is overutilizing CPU | stateful | cpu_overutilization_end |
cpu_overutilization_end | Device is no longer overutilizing CPU | stateful | cpu_overutilization |
ram_overutilization | Device is overutilizing RAM | stateful | ram_overutilization_end |
ram_overutilization_end | Device is no longer overutilizing RAM | stateful | ram_overutilization |
storage_full | Device is filling up its storage | stateful | storage_full_end |
storage_full_end | Device is no longer filling up its storage | stateful | storage_full |
network_packetloss | Device is losing packets | stateful | network_packetloss_end |
network_packetloss_end | Device is no longer losing packets | stateful | network_packetloss |
Barrier topic
Code | Description | Type | Resets |
---|---|---|---|
alarm | Barrier is triggering alarm | stateful | alarm_end |
alarm_end | Barrier is no longer triggering alarm | stateful | alarm |
access_granted | Access was granted on the barrier | transient | N/A |
access_denied | Access was denied on the barrier | transient | N/A |
control_accessed | Access was granted via control | transient | N/A |
control_locked | Barrier was locked via control | transient | N/A |
control_unlocked | Barrier was unlocked via control | transient | N/A |
mode_change | Barrier changed operational mode | stateful | None |
Peripheral topic
Code | Description | Type | Resets |
---|---|---|---|
input_activated | An input peripheral is activated | stateful | input_activated_end |
input_activated_end | Input peripheral no longer activated | stateful | input_activated |
output_activated | Output peripheral activated | stateful | output_activated_end |
output_activated_end | Output peripheral deactivated | stateful | output_activated |
control_pulsed | Output peripheral was pulsed via control | transient | N/A |
control_activated | Output peripheral was activated via control | transient | N/A |
control_deactivated | Output peripheral was deactivated via control | transient | N/A |