Skip to content

Commit

Permalink
feat(add): D160-ZG (#7763)
Browse files Browse the repository at this point in the history
* Add Hilux Dimmer-Switch-ZB3.0

* Add fingerPrint

* Update hilux.ts

* Update hilux.ts

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
bjornbak and Koenkk authored Jul 16, 2024
1 parent bdd715e commit 5fd150e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/hilux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ const definitions: Definition[] = [
description: 'Spot 7W',
extend: [light({colorTemp: {range: [153, 370]}, powerOnBehavior: false})],
},
{
fingerprint: [{modelID: 'Dimmer-Switch-ZB3.0', manufacturerName: 'Hilux'}],
model: 'D160-ZG',
vendor: 'Hilux',
description: 'Zigbee LED dimmer smart switch',
extend: [light({configureReporting: true})],
},
];

export default definitions;
Expand Down

0 comments on commit 5fd150e

Please sign in to comment.