X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationWorker.ts;h=f0a58013d275f9adec5aa0c4d6384d76022c0a7c;hb=b6a45d9ada7e4b734c86d1c54cabbda58a6b72bb;hp=c27ec6eb32e3eeec4c3cd8290c3cd414502288fc;hpb=edd134392e237a3242dc2093341df70244c51472;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationWorker.ts b/src/types/ChargingStationWorker.ts index c27ec6eb..f0a58013 100644 --- a/src/types/ChargingStationWorker.ts +++ b/src/types/ChargingStationWorker.ts @@ -26,7 +26,7 @@ export interface ChargingStationData extends WorkerData { | typeof WebSocket.OPEN | typeof WebSocket.CLOSING | typeof WebSocket.CLOSED; - bootNotificationResponse: BootNotificationResponse; + bootNotificationResponse?: BootNotificationResponse; connectors: ConnectorStatus[]; automaticTransactionGenerator?: ChargingStationAutomaticTransactionGeneratorConfiguration; }