Skip to content

Commit b9da7d8

Browse files
committed
fix: try to fix code style issues
1 parent ed3bd49 commit b9da7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/orvibo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const definitions: DefinitionWithExtend[] = [
3838
model: 'DSZ12060',
3939
vendor: 'ORVIBO',
4040
description: 'ORVIBO Spot Light S10',
41-
extend: [m.identify(),m.light({effect: false, colorTemp: {range: [166,370]}})]
41+
extend: [m.identify(), m.light({effect: false, colorTemp: {range: [166,370]}})],
4242
},
4343
{
4444
zigbeeModel: ['4a33f5ea766a4c96a962b371ffde9943'],

0 commit comments

Comments
 (0)