X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FMeasurandPerPhaseSampledValueTemplates.ts;h=2fb8f9ba21716957e71aa586a0fd4778a0e46e83;hb=a9ed42b2eaac1fb26700d6d86952d0d2cee4d857;hp=c78d9ebdd4591e414a8c945829fd08341cd88a91;hpb=9ccca265277990663dad8ad0573b7c283e221c6f;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/MeasurandPerPhaseSampledValueTemplates.ts b/src/types/MeasurandPerPhaseSampledValueTemplates.ts index c78d9ebd..2fb8f9ba 100644 --- a/src/types/MeasurandPerPhaseSampledValueTemplates.ts +++ b/src/types/MeasurandPerPhaseSampledValueTemplates.ts @@ -1,4 +1,8 @@ -import { SampledValueTemplate } from './Connectors'; +import type { SampledValue } from './ocpp/MeterValues'; + +export interface SampledValueTemplate extends SampledValue { + fluctuationPercent?: number; +} export default interface MeasurandPerPhaseSampledValueTemplates { L1?: SampledValueTemplate;