X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2FOCPPConstants.ts;h=f6b9af807d5e0552adca1aae18f4c44c7fee699b;hb=17bc43d765c22c8d8c132484f8dc9c3edd370d91;hp=a0b0d70a317a9e4089f03ca9f8055c28a14922a4;hpb=4d20f040ab91f06c9399dbaf084358183cf75314;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/OCPPConstants.ts b/src/charging-station/ocpp/OCPPConstants.ts index a0b0d70a..f6b9af80 100644 --- a/src/charging-station/ocpp/OCPPConstants.ts +++ b/src/charging-station/ocpp/OCPPConstants.ts @@ -7,9 +7,9 @@ import { GenericStatus, TriggerMessageStatus, UnlockStatus, -} from '../../types/ocpp/Responses'; +} from '../../types'; -export default class OCPPConstants { +export class OCPPConstants { static readonly OCPP_REQUEST_EMPTY = Object.freeze({}); static readonly OCPP_RESPONSE_EMPTY = Object.freeze({}); static readonly OCPP_RESPONSE_ACCEPTED = Object.freeze({ status: GenericStatus.ACCEPTED });