UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

14 lines 624 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GoveeEffectConfig = void 0; const config_1 = require("@nestjs/config"); const utils_1 = require("../../utils"); const deviceEffectUrl = 'https://app2.govee.com/appsku/v1/light-effect-libraries'; const sceneUrl = 'https://app2.govee.com/appsku/v2/devices/scenes/attributes'; const GoveeEffectConfigKey = 'Configuration.Govee.Effect'; exports.GoveeEffectConfig = (0, config_1.registerAs)(GoveeEffectConfigKey, () => ({ deviceEffectUrl, sceneUrl, headers: utils_1.goveeHeaders, })); //# sourceMappingURL=govee-effect.config.js.map