UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

10 lines 485 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GoveeProductConfig = exports.GoveeProductConfigKey = void 0; const config_1 = require("@nestjs/config"); const skuListUrl = 'https://app2.govee.com/bi/rest/devices/v3/skus'; exports.GoveeProductConfigKey = 'Configuration.Govee.Product'; exports.GoveeProductConfig = (0, config_1.registerAs)(exports.GoveeProductConfigKey, () => ({ skuListUrl, })); //# sourceMappingURL=govee-product.config.js.map