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.

14 lines 634 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeatingSource = void 0; var HeatingSource; (function (HeatingSource) { HeatingSource["AIR2AIR_HEATPUMP"] = "AIR2AIR_HEATPUMP"; HeatingSource["ELECTRICITY"] = "ELECTRICITY"; HeatingSource["GROUND"] = "GROUND"; HeatingSource["DISTRICT_HEATING"] = "DISTRICT_HEATING"; HeatingSource["ELECTRIC_BOILER"] = "ELECTRIC_BOILER"; HeatingSource["AIR2WATER_HEATPUMP"] = "AIR2WATER_HEATPUMP"; HeatingSource["OTHER"] = "OTHER"; })(HeatingSource || (exports.HeatingSource = HeatingSource = {})); //# sourceMappingURL=HeatingSource.js.map