Skip to content

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ètreTypeDescription
point| Detector | Point | undefinedThe point object (Detector)

Retourne

string

The status string (e.g., 'Fire', 'Fault', 'Normal')

Documentation Technique