Strict boolean check in src/charging-station/UIServiceWorkerBroadcastChannel.ts
[e-mobility-charging-stations-simulator.git] / src / types / UIProtocol.ts
index 8195f7be7086722dbf386aa587abb3f4e30939d5..174ae7dd0cbccf00cab4f49c7fdced2098f9ab5b 100644 (file)
@@ -40,6 +40,7 @@ export enum ProcedureName {
   START_TRANSACTION = 'startTransaction',
   STOP_TRANSACTION = 'stopTransaction',
   AUTHORIZE = 'authorize',
+  BOOT_NOTIFICATION = 'bootNotification',
   STATUS_NOTIFICATION = 'statusNotification',
   HEARTBEAT = 'heartbeat',
   METER_VALUES = 'meterValues',