X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharging-station%2Focpp%2F2.0%2FOCPP20ResponseService.ts;h=09b319c9a653b9375920703f3a57cb4b073f8a13;hb=1feac591544c625c56086abe1f14dbdc706280fb;hp=ef0a0360bcf5e0a41e12452bc8c49ff020459f22;hpb=d61c71931ec8c16df695b1f2db2ae85540de0745;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/2.0/OCPP20ResponseService.ts b/src/charging-station/ocpp/2.0/OCPP20ResponseService.ts index ef0a0360..09b319c9 100644 --- a/src/charging-station/ocpp/2.0/OCPP20ResponseService.ts +++ b/src/charging-station/ocpp/2.0/OCPP20ResponseService.ts @@ -37,7 +37,7 @@ export class OCPP20ResponseService extends OCPPResponseService { // if (new.target.name === moduleName) { // throw new TypeError(`Cannot construct ${new.target.name} instances directly`) // } - super(OCPPVersion.VERSION_20) + super(OCPPVersion.VERSION_201) this.responseHandlers = new Map([ [ OCPP20RequestCommand.BOOT_NOTIFICATION,