Thème
Superviseur — Frontend v0.14.0
Superviseur — Frontend / features/panel/panel.types / SnapshotPoint
Interface: SnapshotPoint
Défini dans: features/panel/panel.types.ts:465
Point reçu dans un snapshot SignalR (supporte camelCase et PascalCase).
Propriétés
| Propriété | Type | Description | Défini dans |
|---|---|---|---|
pointIndex? | number | Index du point (camelCase). | features/panel/panel.types.ts:467 |
PointIndex? | number | Index du point (PascalCase, compatibilité SignalR). | features/panel/panel.types.ts:469 |
zoneIndex? | number | Index de la zone parente (camelCase). | features/panel/panel.types.ts:471 |
ZoneIndex? | number | Index de la zone parente (PascalCase, compatibilité SignalR). | features/panel/panel.types.ts:473 |
status? | ZoneStatus | Statut du point (camelCase). | features/panel/panel.types.ts:475 |
Status? | ZoneStatus | Statut du point (PascalCase, compatibilité SignalR). | features/panel/panel.types.ts:477 |
ackStatus? | AckStatus | Acquittement du point (camelCase). | features/panel/panel.types.ts:479 |
AckStatus? | AckStatus | Acquittement du point (PascalCase, compatibilité SignalR). | features/panel/panel.types.ts:481 |
label? | string | Libellé du point. | features/panel/panel.types.ts:483 |