tibber-api
Version:
Node.js module for connecting to Tibber API and extract data from your connected homes, including realtime data from Tibber Pulse.
13 lines • 849 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PriceRatingLevel = void 0;
var PriceRatingLevel;
(function (PriceRatingLevel) {
/** The price is within the range of what is considered being normal (market dependent; see ‘priceRating.thresholdPercentages’ for limits) */
PriceRatingLevel["NORMAL"] = "NORMAL";
/** The price is within the range of what is considered being low (market dependent; see ‘priceRating.thresholdPercentages’ for limits) */
PriceRatingLevel["LOW"] = "LOW";
/** The price is within the range of what is considered being high (market dependent; see ‘priceRating.thresholdPercentages’ for limits) */
PriceRatingLevel["HIGH"] = "HIGH";
})(PriceRatingLevel || (exports.PriceRatingLevel = PriceRatingLevel = {}));
//# sourceMappingURL=PriceRatingLevel.js.map
;