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.

17 lines 899 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PriceLevel = void 0; var PriceLevel; (function (PriceLevel) { /** The price is greater than 90 % and smaller than 115 % compared to average price. */ PriceLevel["NORMAL"] = "NORMAL"; /** The price is greater than 60 % and smaller or equal to 90 % compared to average price. */ PriceLevel["CHEAP"] = "CHEAP"; /** The price is smaller or equal to 60 % compared to average price. */ PriceLevel["VERY_CHEAP"] = "VERY_CHEAP"; /** The price is greater or equal to 115 % and smaller than 140 % compared to average price. */ PriceLevel["EXPENSIVE"] = "EXPENSIVE"; /** The price is greater or equal to 140 % compared to average price. */ PriceLevel["VERY_EXPENSIVE"] = "VERY_EXPENSIVE"; })(PriceLevel || (exports.PriceLevel = PriceLevel = {})); //# sourceMappingURL=PriceLevel.js.map