UI Protocol: add boot notification command support
[e-mobility-charging-stations-simulator.git] / src / types / WorkerBroadcastChannel.ts
index 8b0d643ee3f8300f9db91f50f8ce6769547e5fb9..1756e496a3be5f3edc1604b5e7293de0244893db 100644 (file)
@@ -17,6 +17,7 @@ export enum BroadcastChannelProcedureName {
   START_TRANSACTION = 'startTransaction',
   STOP_TRANSACTION = 'stopTransaction',
   AUTHORIZE = 'authorize',
+  BOOT_NOTIFICATION = 'bootNotification',
   STATUS_NOTIFICATION = 'statusNotification',
   HEARTBEAT = 'heartbeat',
   METER_VALUES = 'meterValues',