Skip to content

Commit

Permalink
feat(add): SR-ZG2835RAC-UK (#8602)
Browse files Browse the repository at this point in the history
  • Loading branch information
niracler authored Jan 13, 2025
1 parent 26b2a0e commit bae1461
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/sunricher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ async function syncTime(endpoint: Zh.Endpoint) {
}

const definitions: DefinitionWithExtend[] = [
{
zigbeeModel: ['HK-SL-DIM-UK'],
model: 'SR-ZG2835RAC-UK',
vendor: 'Sunricher',
description: 'Push compatible zigBee knob smart dimmer',
extend: [light(), electricityMeter(), sunricherExternalSwitchType()],
},
{
zigbeeModel: ['ZG2837RAC-K4'],
model: 'SR-ZG2835RAC-NK4',
Expand Down

0 comments on commit bae1461

Please sign in to comment.