Skip to content

Commit

Permalink
feat(add): HK-SL-DIM-US-A (#7445)
Browse files Browse the repository at this point in the history
* Add support for Sunricher HK-SL-DIM-US-A

* Update sunricher.ts

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
maginawin and Koenkk committed Apr 27, 2024
1 parent 5ce7ec0 commit 311c378
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 @@ -67,6 +67,13 @@ async function syncTime(endpoint: Zh.Endpoint) {
}

const definitions: Definition[] = [
{
zigbeeModel: ['HK-SL-DIM-US-A'],
model: 'HK-SL-DIM-US-A',
vendor: 'Sunricher',
description: 'Keypad smart dimmer',
extend: [light({configureReporting: true}), electricityMeter()],
},
{
zigbeeModel: ['HK-SENSOR-4IN1-A'],
model: 'HK-SENSOR-4IN1-A',
Expand Down

0 comments on commit 311c378

Please sign in to comment.