UNPKG

tibber-api

Version:

Node.js module for connecting to Tibber API and extract data from your connected homes, including realtime data from Tibber Pulse.

14 lines (13 loc) 277 B
export interface IConsumption { homeId?: string; from: string; to: string; unitPrice: number; unitPriceVAT: number; consumption: number; consumptionUnit: string; totalCost: number; unitCost: number; cost: number; currency: string; }