X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FConnectors.ts;h=845324562584c4179352bc759fea4fc8fe0f3633;hb=29bf6658d0689f5df26575d3b171163fe1d52d04;hp=8e04989c7fc828daeea6f0c71efa3a908aa780de;hpb=7ec46a9aab2376a8a5201ce57aba95116a00d291;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Connectors.ts b/src/types/Connectors.ts index 8e04989c..84532456 100644 --- a/src/types/Connectors.ts +++ b/src/types/Connectors.ts @@ -1,5 +1,5 @@ -import { ChargePointStatus } from './ChargePointStatus'; -import MeterValue from './MeterValue'; +import { ChargePointStatus } from './ocpp/1.6/ChargePointStatus'; +import MeterValue from './ocpp/1.6/MeterValue'; export interface Connector { bootStatus?: ChargePointStatus;