Type Alias: CasAlertDefinition
CasAlertDefinition =
object
Defined in: src/sdk/cas/CasSystem.ts:18
The defining information required to register an alert.
Properties
debounceTime?
optional
debounceTime:number
Defined in: src/sdk/cas/CasSystem.ts:32
An optional debounce time, in milliseconds.
inhibitedBy?
optional
inhibitedBy:string
[]
Defined in: src/sdk/cas/CasSystem.ts:26
A list of inhibit states during with this alert should be inhibited.
message
message:
string
Defined in: src/sdk/cas/CasSystem.ts:23
The message text displayed on the CAS when the alert is active.
suffixes?
optional
suffixes:string
[]
Defined in: src/sdk/cas/CasSystem.ts:29
A list of possible suffixes, in the order they're to be displayed when active.
uuid
uuid:
string
Defined in: src/sdk/cas/CasSystem.ts:20
A unique identifier for the alert.