Move some types to their OCPP version directory.
[e-mobility-charging-stations-simulator.git] / src / types / Connectors.ts
index 8e04989c7fc828daeea6f0c71efa3a908aa780de..845324562584c4179352bc759fea4fc8fe0f3633 100644 (file)
@@ -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;