Thème
Superviseur — Frontend v0.14.0
Superviseur — Frontend / config/constants / DERANGEMENT_TYPES
Variable: DERANGEMENT_TYPES
ts
const DERANGEMENT_TYPES: object;Défini dans: config/constants.ts:68
Types de dérangement remontés par une centrale incendie.
Déclaration de type
| Name | Type | Default value | Défini dans |
|---|---|---|---|
NONE | "None" | 'None' | config/constants.ts:69 |
DETECTOR_FAULT | "DetectorFault" | 'DetectorFault' | config/constants.ts:70 |
LINE_FAULT | "LineFault" | 'LineFault' | config/constants.ts:71 |
POWER_FAULT | "PowerFault" | 'PowerFault' | config/constants.ts:72 |
COMMUNICATION_LOSS | "CommunicationLoss" | 'CommunicationLoss' | config/constants.ts:73 |