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=1575833a45166e30f90718d628eedb6b70800481;hpb=c6045c84b3075954739be904d3454fede196ef8d;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 1575833a..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 { type ConnectorStatusTransition, OCPP20ConnectorStatusEnumType } from '../../../types'; -import { OCPPConstants } from '../internal'; +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 }, - ] + ], ); }