zigbee-herdsman-converters
Version:
Collection of device converters to be used with zigbee-herdsman
19 lines (17 loc) • 537 B
JavaScript
const extend = require('../lib/extend');
module.exports = [
{
zigbeeModel: ['PROLIGHT E27 WHITE AND COLOUR'],
model: '5412748727388',
vendor: 'Prolight',
description: 'E27 white and colour bulb',
extend: extend.light_onoff_brightness_colortemp_color(),
},
{
zigbeeModel: ['PROLIGHT E27 WARM WHITE CLEAR'],
model: '5412748727432',
vendor: 'Prolight',
description: 'E27 filament bulb dimmable',
extend: extend.light_onoff_brightness(),
},
];