We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3bd49 commit b9da7d8Copy full SHA for b9da7d8
src/devices/orvibo.ts
@@ -38,7 +38,7 @@ const definitions: DefinitionWithExtend[] = [
38
model: 'DSZ12060',
39
vendor: 'ORVIBO',
40
description: 'ORVIBO Spot Light S10',
41
- extend: [m.identify(),m.light({effect: false, colorTemp: {range: [166,370]}})]
+ extend: [m.identify(), m.light({effect: false, colorTemp: {range: [166,370]}})],
42
},
43
{
44
zigbeeModel: ['4a33f5ea766a4c96a962b371ffde9943'],
0 commit comments