UNPKG

zigbee-herdsman-converters

Version:

Collection of device converters to be used with zigbee-herdsman

15 lines 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const modernExtend_1 = require("../lib/modernExtend"); const definitions = [ { zigbeeModel: ['DM A60F'], model: 'DM A60F', vendor: 'CY-LIGHTING', description: '6W smart dimmable E27 lamp 2700K', extend: [(0, modernExtend_1.light)()], }, ]; exports.default = definitions; module.exports = definitions; //# sourceMappingURL=cy_lighting.js.map