X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Ftypes%2FChargingStationType.ts;h=2446839275a6f9f115d95be1e41e7a1ac6e54060;hb=7164966d863b4539243b473c5e2e9d22fb9b5fd1;hp=80499a9fc8bf1f8b1bcd4ecde7c2d92b2be6d304;hpb=edd134392e237a3242dc2093341df70244c51472;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/types/ChargingStationType.ts b/ui/web/src/types/ChargingStationType.ts index 80499a9f..24468392 100644 --- a/ui/web/src/types/ChargingStationType.ts +++ b/ui/web/src/types/ChargingStationType.ts @@ -117,7 +117,7 @@ export enum OCPP16RegistrationStatus { export interface OCPP16BootNotificationResponse extends JsonObject { status: OCPP16RegistrationStatus; - currentTime: string; + currentTime: Date; interval: number; }