X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=src%2Ftypes%2FWorkerBroadcastChannel.ts;h=1756e496a3be5f3edc1604b5e7293de0244893db;hb=8bfbc743623554d980978f90da658d7beb2e8d05;hp=8b0d643ee3f8300f9db91f50f8ce6769547e5fb9;hpb=88fc6aef9ecef71872897f75b03e8d6fcfc90e40;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/WorkerBroadcastChannel.ts b/src/types/WorkerBroadcastChannel.ts index 8b0d643e..1756e496 100644 --- a/src/types/WorkerBroadcastChannel.ts +++ b/src/types/WorkerBroadcastChannel.ts @@ -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',