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 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnergyResolution = void 0; var EnergyResolution; (function (EnergyResolution) { EnergyResolution["HOURLY"] = "HOURLY"; EnergyResolution["DAILY"] = "DAILY"; EnergyResolution["WEEKLY"] = "WEEKLY"; EnergyResolution["MONTHLY"] = "MONTHLY"; EnergyResolution["ANNUAL"] = "ANNUAL"; })(EnergyResolution || (exports.EnergyResolution = EnergyResolution = {})); //# sourceMappingURL=EnergyResolution.js.map