Type Alias: CasActiveMessage
CasActiveMessage =
object
Defined in: src/sdk/cas/CasSystem.ts:36
The data relevant to a single active CAS alert message.
Properties
acknowledged
acknowledged:
boolean
Defined in: src/sdk/cas/CasSystem.ts:47
Whether this message has been acknowledged.
acknowledgedSuffixes?
optional
acknowledgedSuffixes:string
[]
Defined in: src/sdk/cas/CasSystem.ts:62
This message's currently acknowledged suffixes.
inhibited
inhibited:
boolean
Defined in: src/sdk/cas/CasSystem.ts:50
Whether this message's alert is currently inhibited.
lastActive
lastActive:
number
Defined in: src/sdk/cas/CasSystem.ts:56
The last time this message's alert was activated.
message
message:
string
Defined in: src/sdk/cas/CasSystem.ts:41
The text to be displayed for this message, excluding suffixes.
priority
priority:
AnnunciationType
Defined in: src/sdk/cas/CasSystem.ts:44
The current priority of this message.
suffixes?
optional
suffixes:string
[]
Defined in: src/sdk/cas/CasSystem.ts:59
This message's currently active suffixes.
suppressed
suppressed:
boolean
Defined in: src/sdk/cas/CasSystem.ts:53
Whether this message's alert is currently suppressed. Used for Boeing CAN/RCL
uuid
uuid:
string
Defined in: src/sdk/cas/CasSystem.ts:38
The UUID of this message's alert.