tibber-api
Version:
Node.js module for connecting to Tibber API and extract data from your connected homes, including realtime data from Tibber Pulse.
17 lines • 692 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.AppScreen = void 0;
var AppScreen;
(function (AppScreen) {
AppScreen["HOME"] = "HOME";
AppScreen["REPORTS"] = "REPORTS";
AppScreen["CONSUMPTION"] = "CONSUMPTION";
AppScreen["COMPARISON"] = "COMPARISON";
AppScreen["DISAGGREGATION"] = "DISAGGREGATION";
AppScreen["HOME_PROFILE"] = "HOME_PROFILE";
AppScreen["CUSTOMER_PROFILE"] = "CUSTOMER_PROFILE";
AppScreen["METER_READING"] = "METER_READING";
AppScreen["NOTIFICATIONS"] = "NOTIFICATIONS";
AppScreen["INVOICES"] = "INVOICES";
})(AppScreen || (exports.AppScreen = AppScreen = {}));
//# sourceMappingURL=AppScreen.js.map
;