Skip to content

Commit

Permalink
feat(add): C-ZB-DM204 (#8609)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhc25 authored Jan 14, 2025
1 parent 341f3ef commit ef7ac30
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/devices/candeo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,19 @@ const definitions: DefinitionWithExtend[] = [
extend: [light({configureReporting: true})],
},
{
zigbeeModel: ['C204', 'C-ZB-DM204'],
zigbeeModel: ['C204'],
model: 'C204',
vendor: 'Candeo',
description: 'Zigbee micro smart dimmer',
extend: [light({configureReporting: true}), electricityMeter()],
},
{
zigbeeModel: ['C-ZB-DM204'],
model: 'C-ZB-DM204',
vendor: 'Candeo',
description: 'Zigbee micro smart dimmer',
extend: [light({configureReporting: true}), electricityMeter()],
},
{
zigbeeModel: ['C202'],
fingerprint: [
Expand Down

0 comments on commit ef7ac30

Please sign in to comment.