X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2F1.6%2FOCPP16RequestService.ts;h=7470b3426c2cddbc44e85092353a74007259bad1;hb=efa43e52e5a9b466c32ab0040bc4877c0f2fc621;hp=a437e0b3dfa2df49891a1bb2fc08665822b6a62a;hpb=65d79f7faff03fd785ffb897d9a2ae36e4e5094a;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/1.6/OCPP16RequestService.ts b/src/charging-station/ocpp/1.6/OCPP16RequestService.ts index a437e0b3..7470b342 100644 --- a/src/charging-station/ocpp/1.6/OCPP16RequestService.ts +++ b/src/charging-station/ocpp/1.6/OCPP16RequestService.ts @@ -6,7 +6,7 @@ import Constants from '../../../utils/Constants'; import ElectricUtils from '../../../utils/ElectricUtils'; import MeasurandValues from '../../../types/MeasurandValues'; import { MessageType } from '../../../types/ocpp/MessageType'; -import { OCPP16BootNotificationResponse } from '../../../types/ocpp/1.6/RequestResponses'; +import { OCPP16BootNotificationResponse } from '../../../types/ocpp/1.6/Responses'; import { OCPP16ChargePointErrorCode } from '../../../types/ocpp/1.6/ChargePointErrorCode'; import { OCPP16ChargePointStatus } from '../../../types/ocpp/1.6/ChargePointStatus'; import { OCPP16StandardParametersKey } from '../../../types/ocpp/1.6/Configuration';