@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 621 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DecoderConfig = void 0;
const config_1 = require("@nestjs/config");
const deviceJsonUrl = (model) => `https://raw.githubusercontent.com/IoTManagerProject/IoTManager/ver4stable/lib/decoder/src/devices/${model}_json.h`;
const commonPropertiesUrl = 'https://raw.githubusercontent.com/IoTManagerProject/IoTManager/ver4stable/lib/decoder/src/devices/common_props.h';
exports.DecoderConfig = (0, config_1.registerAs)('Configuration.Decoder', () => ({
deviceJsonUrl,
commonPropertiesUrl,
}));
//# sourceMappingURL=decoder.config.js.map