UNPKG

zigbee-herdsman-converters

Version:

Collection of device converters to be used with zigbee-herdsman

12 lines (10 loc) 274 B
const extend = require('../lib/extend'); module.exports = [ { zigbeeModel: ['DM A60F'], model: 'DM A60F', vendor: 'CY-LIGHTING', description: '6W smart dimmable E27 lamp 2700K', extend: extend.light_onoff_brightness(), }, ];