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.

11 lines (10 loc) 204 B
export interface IAddress { address1: string; address2: string; address3: string; postalCode: string; city: string; country: string; latitude: string; longitude: string; }