X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FMeterValues.ts;h=0d9d3263f755d184639bef69d041b10142eca758;hb=844e496b3482e49145467af3f74df54811e91cb6;hp=f8137c36782b2f704c0ea5ab20200e163d392ac1;hpb=3e0905a14af7b7e0a96e859d6c4c615044845d54;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/MeterValues.ts b/src/types/ocpp/1.6/MeterValues.ts index f8137c36..0d9d3263 100644 --- a/src/types/ocpp/1.6/MeterValues.ts +++ b/src/types/ocpp/1.6/MeterValues.ts @@ -83,7 +83,7 @@ export enum MeterValueFormat { } export interface OCPP16SampledValue extends JsonObject { - value?: string; + value: string; unit?: MeterValueUnit; context?: MeterValueContext; measurand?: OCPP16MeterValueMeasurand;