listener update
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//A set of defines to be used by the alarm datums
|
||||
///Sent by air alarms, indecates something wrong with thier attached atmosphere
|
||||
#define ALARM_ATMOS "Atmosphere"
|
||||
///Sent by fire alarms when they are toggled
|
||||
#define ALARM_FIRE "Fire"
|
||||
///Sent by apcs when their power starts to fail
|
||||
#define ALARM_POWER "Power"
|
||||
///Sent by cameras when they're disabled in some manner
|
||||
#define ALARM_CAMERA "Camera"
|
||||
///Sent by display cases when they're broken into
|
||||
#define ALARM_BURGLAR "Burglar"
|
||||
///Sent by motion detecting cameras when they well, detect motion
|
||||
#define ALARM_MOTION "Motion"
|
||||
Reference in New Issue
Block a user