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.

6 lines (5 loc) 196 B
import * as url from 'url'; import { TibberQueryBase } from './../src/index'; export declare class FakeTibberQuery extends TibberQueryBase { getWebsocketSubscriptionUrl(): Promise<url.URL>; }