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 {deviceEndpoints, identify, light} = require('zigbee-herdsman-converters/lib/modernExtend');
|
||||||
|
|
||||||
const definition = {
|
const definition = {
|
||||||
zigbeeModel: ['FLS-PP3 White'],
|
zigbeeModel: ['FLS-PP3 White\u0000'],
|
||||||
model: 'FLS-PP3 White',
|
model: 'FLS-PP3 White\u0000',
|
||||||
vendor: 'dresden elektronik',
|
vendor: 'dresden elektronik\u0000',
|
||||||
description: 'Automatically generated definition',
|
description: 'Automatically generated definition',
|
||||||
extend: [deviceEndpoints({"endpoints":{"10":10,"11":11}}), identify(), light({"colorTemp":{"range":[153,500]},"color":{"modes":["xy","hs"],"enhancedHue":true}}), light()],
|
extend: [
|
||||||
meta: {"multiEndpoint":true},
|
deviceEndpoints({endpoints: {rgb: 10, white: 11}}),
|
||||||
|
light({"colorTemp":{"range":[153,500]},"color":{"modes":["xy","hs"],"enhancedHue":true},endpointNames: ['rgb', 'white']})
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = definition;
|
module.exports = definition;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue