Thème
Superviseur — Frontend v0.14.0
Superviseur — Frontend / features/map/map.utils / getPointStatus
Fonction: getPointStatus()
ts
function getPointStatus(point): string;Défini dans: features/map/map.utils.ts:80
Calculates the status of a point based on its type and detectors.
Paramètres
| Paramètre | Type | Description |
|---|---|---|
point | | Detector | Point | undefined | The point object (Detector) |
Retourne
string
The status string (e.g., 'Fire', 'Fault', 'Normal')