X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2FMeasurandPerPhaseSampledValueTemplates.ts;h=73df20be9f1a8bf27dd1091aeb76a615fadbda0f;hb=f26233c0fd267bc2ef00636ca7531a0877bb5dbe;hp=8753cbde0c7bb680caf9121fe9752bc8fc618aec;hpb=60a743910478b70e39dcefa5e1b752ec8a93880e;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/MeasurandPerPhaseSampledValueTemplates.ts b/src/types/MeasurandPerPhaseSampledValueTemplates.ts index 8753cbde..73df20be 100644 --- a/src/types/MeasurandPerPhaseSampledValueTemplates.ts +++ b/src/types/MeasurandPerPhaseSampledValueTemplates.ts @@ -1,7 +1,8 @@ -import type { SampledValue } from './internal'; +import type { SampledValue } from './ocpp/MeterValues'; export type SampledValueTemplate = SampledValue & { fluctuationPercent?: number; + minimumValue?: number; }; export type MeasurandPerPhaseSampledValueTemplates = {