Lichtschlauch
This commit is contained in:
parent
28956ad9e0
commit
e87d2bf5a0
|
|
@ -1,12 +1,14 @@
|
|||
const {deviceEndpoints, identify, light} = require('zigbee-herdsman-converters/lib/modernExtend');
|
||||
|
||||
const definition = {
|
||||
zigbeeModel: ['FLS-PP3 White'],
|
||||
model: 'FLS-PP3 White',
|
||||
vendor: 'dresden elektronik',
|
||||
zigbeeModel: ['FLS-PP3 White\u0000'],
|
||||
model: 'FLS-PP3 White\u0000',
|
||||
vendor: 'dresden elektronik\u0000',
|
||||
description: 'Automatically generated definition',
|
||||
extend: [deviceEndpoints({"endpoints":{"10":10,"11":11}}), identify(), light({"colorTemp":{"range":[153,500]},"color":{"modes":["xy","hs"],"enhancedHue":true}}), light()],
|
||||
meta: {"multiEndpoint":true},
|
||||
extend: [
|
||||
deviceEndpoints({endpoints: {rgb: 10, white: 11}}),
|
||||
light({"colorTemp":{"range":[153,500]},"color":{"modes":["xy","hs"],"enhancedHue":true},endpointNames: ['rgb', 'white']})
|
||||
],
|
||||
};
|
||||
|
||||
module.exports = definition;
|
||||
|
|
|
|||
Loading…
Reference in New Issue