zigbee-herdsman-converters
Version:
Collection of device converters to be used with zigbee-herdsman
92 lines • 3.5 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const modernExtend_1 = require("../lib/modernExtend");
const definitions = [
{
zigbeeModel: ['VIYU-A60-806-RGBW-10011725'],
model: '10011725',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart LED bulb RGB E27',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ['VIYU_A60_806_RGBW_10454471'],
model: '10454471',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart LED bulb RGBW E27',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: [153, 555] }, color: true })],
},
{
zigbeeModel: ['VIYU_C35_470_RGBW_10454467'],
model: '10454467',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart LED candle RGB E14',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: [153, 555] }, color: true })],
},
{
zigbeeModel: ['VIYU_C35_470_RGBW_10297667'],
model: '10297667',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart LED bulb RGB E14',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ['VIYU-A60-806-CCT-10011723'],
model: '10011723',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart LED bulb CCT E27',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: [153, 370] } })],
},
{
zigbeeModel: ['VIYU-C35-470-CCT-10011722'],
model: '10011722',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart LED candle CCT E14',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: undefined } })],
},
{
zigbeeModel: ['VIYU_GU10_350_RGBW_10297666'],
model: '10297666',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart GU10 RGBW lamp',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: undefined }, color: true })],
},
{
zigbeeModel: ['VIYU_GU10_350_RGBW_10454466'],
model: '10454466',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart LED GU10 RGBW lamp',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: [153, 555] }, color: true })],
},
{
zigbeeModel: ['VIYU-GU10-350-CCT-10011724'],
model: '10011724',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart GU10 CCT lamp',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: undefined } })],
},
{
zigbeeModel: ['VIYU_A60_470_FI_D_CCT_10297665'],
model: '10297665',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart LED bulb CCT E27 filament',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: [250, 454] } })],
},
{
zigbeeModel: ['VIYU_A60_806_CCT_10454469'],
model: '10454469',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart LED bulb CCT E27',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: [220, 500] } })],
},
{
zigbeeModel: ['VIYU_C35_470_CCT_10454468'],
model: 'VIYU_C35_470_CCT_10454468',
vendor: 'HORNBACH',
description: 'FLAIR Viyu smart LED bulb CCT E27',
extend: [(0, modernExtend_1.light)({ colorTemp: { range: [200, 454] } })],
},
];
exports.default = definitions;
module.exports = definitions;
//# sourceMappingURL=hornbach.js.map