Skip to content

Commit

Permalink
fix: try to fix code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikeolf committed Jan 30, 2025
1 parent ed3bd49 commit b9da7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/orvibo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const definitions: DefinitionWithExtend[] = [
model: 'DSZ12060',
vendor: 'ORVIBO',
description: 'ORVIBO Spot Light S10',
extend: [m.identify(),m.light({effect: false, colorTemp: {range: [166,370]}})]
extend: [m.identify(), m.light({effect: false, colorTemp: {range: [166,370]}})],
},
{
zigbeeModel: ['4a33f5ea766a4c96a962b371ffde9943'],
Expand Down

0 comments on commit b9da7d8

Please sign in to comment.