X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2F2.0%2FOCPP20Constants.ts;h=c64fe13dca8c9d841d49cc2d3f143079c6cee4ee;hb=d372f6da34cd27ce947ea2457dc37646a7edb472;hp=f02c89c85ce7f5ae34475a9c83eaf1dd4039a475;hpb=0a376442c47f8e1c89cff78e822a936f3d4c783a;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/2.0/OCPP20Constants.ts b/src/charging-station/ocpp/2.0/OCPP20Constants.ts index f02c89c8..c64fe13d 100644 --- a/src/charging-station/ocpp/2.0/OCPP20Constants.ts +++ b/src/charging-station/ocpp/2.0/OCPP20Constants.ts @@ -1,5 +1,5 @@ -import { ConnectorStatusTransition, OCPP20ConnectorStatusEnumType } from '../../../types'; -import { OCPPConstants } from '../internal'; +import { type ConnectorStatusTransition, OCPP20ConnectorStatusEnumType } from '../../../types'; +import { OCPPConstants } from '../OCPPConstants'; export class OCPP20Constants extends OCPPConstants { static readonly ChargingStationStatusTransitions: Readonly = @@ -86,6 +86,6 @@ export class OCPP20Constants extends OCPPConstants { to: OCPP20ConnectorStatusEnumType.Unavailable, }, // { from: OCPP20ConnectorStatusEnumType.Faulted, to: OCPP20ConnectorStatusEnumType.Faulted }, - ] + ], ); }