README.md: document some more configuration tunable.
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / MeterValues.ts
index c8c283860f7776108483a7d4b912d7b5daff0891..b052ce694beaf94617bce80dd1266052eb3fcb64 100644 (file)
@@ -1,6 +1,6 @@
 import { OCPP16MeterValueMeasurand, OCPP16SampledValue } from './1.6/MeterValues';
 
-export type MeterValueMeasurand = typeof MeterValueMeasurand;
+export type MeterValueMeasurand = OCPP16MeterValueMeasurand;
 
 export const MeterValueMeasurand = {
   ...OCPP16MeterValueMeasurand