UI Protocol: Expose ATG status and use array for all list
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / types / ChargingStationType.ts
index d99aba18999acd083272e3d2d37b421df8f5497a..8ec35f254bbd6659bc901d17485b4309c04ed10f 100644 (file)
@@ -3,6 +3,7 @@ import type { JsonObject } from './JsonType';
 export type ChargingStationData = {
   stationInfo: ChargingStationInfo;
   started: boolean;
+  wsState?: number;
   bootNotificationResponse: BootNotificationResponse;
   connectors: ConnectorStatus[];
 };