Thème
Superviseur — Frontend v0.14.0
Superviseur — Frontend / config/constants / ZONE_STATUSES
Variable: ZONE_STATUSES
ts
const ZONE_STATUSES: object;Défini dans: config/constants.ts:54
Statuts possibles d'une zone ou d'un point de détection incendie.
Déclaration de type
| Name | Type | Default value | Défini dans |
|---|---|---|---|
NORMAL | "Normal" | 'Normal' | config/constants.ts:55 |
DERANGEMENT | "Fault" | 'Fault' | config/constants.ts:56 |
ALARM | "Fire" | 'Fire' | config/constants.ts:57 |
EMISSION | "Emission" | 'Emission' | config/constants.ts:58 |
EVACUATION | "Evacuation" | 'Evacuation' | config/constants.ts:59 |
DM_EXTINCTION | "DMExtinction" | 'DMExtinction' | config/constants.ts:60 |
EXTINGUISHED | "Extinguished" | 'Extinguished' | config/constants.ts:61 |
TEST | "Test" | 'Test' | config/constants.ts:62 |
DISABLED | "Disabled" | 'Disabled' | config/constants.ts:63 |
UNKNOWN | "Unknown" | 'Unknown' | config/constants.ts:64 |