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.

7 lines (6 loc) 291 B
export interface PriceRatingThresholdPercentages { /** The percentage difference when the price is considered to be ‘high’ (market dependent) */ high: number; /** The percentage difference when the price is considered to be ‘low’ (market dependent) */ low: number; }