UNPKG

zigbee-herdsman-converters

Version:

Collection of device converters to be used with zigbee-herdsman

36 lines 1.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const modernExtend_1 = require("../lib/modernExtend"); const definitions = [ { zigbeeModel: ['ML-ST-D200'], model: 'ML-ST-D200', vendor: 'M-ELEC', description: 'Stitchy dim switchable wall module', extend: [(0, modernExtend_1.light)()], }, { zigbeeModel: ['ML-ST-D200-NF'], model: 'ML-ST-D200-NF', vendor: 'M-ELEC', description: 'Stitchy dim neutral free switchable wall module', extend: [(0, modernExtend_1.light)()], }, { zigbeeModel: ['ML-ST-BP-DIM'], model: 'ML-ST-BP-DIM', vendor: 'M-ELEC', description: 'Stitchy dim mechanism', extend: [(0, modernExtend_1.light)({ effect: false })], }, { zigbeeModel: ['ML-ST-R200'], model: 'ML-ST-R200', vendor: 'M-ELEC', description: 'Stitchy switchable wall module', extend: [(0, modernExtend_1.onOff)()], }, ]; exports.default = definitions; module.exports = definitions; //# sourceMappingURL=m_elec.js.map