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.

9 lines 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PriceResolution = void 0; var PriceResolution; (function (PriceResolution) { PriceResolution["HOURLY"] = "HOURLY"; PriceResolution["DAILY"] = "DAILY"; })(PriceResolution || (exports.PriceResolution = PriceResolution = {})); //# sourceMappingURL=PriceResolution.js.map