Validate response PDU (#137)
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / MeterValues.ts
index f8137c36782b2f704c0ea5ab20200e163d392ac1..0d9d3263f755d184639bef69d041b10142eca758 100644 (file)
@@ -83,7 +83,7 @@ export enum MeterValueFormat {
 }
 
 export interface OCPP16SampledValue extends JsonObject {
-  value?: string;
+  value: string;
   unit?: MeterValueUnit;
   context?: MeterValueContext;
   measurand?: OCPP16MeterValueMeasurand;