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.

12 lines (11 loc) 266 B
export interface IHomeProductionPageInfo { endCursor: string; hasNextPage: boolean; hasPreviousPage: boolean; startCursor: string; count: number; currency: string; totalProfit: number; totalProduction: number; filtered: number; }