UNPKG

@golemio/energetics

Version:
9 lines (8 loc) 157 B
export interface IConsumptionModel { time_utc: string; value: number; addr: string; variable: string; type: string; meter: string; }