Skip to content

Commit

Permalink
Add SR-ZG9001K2-DIM (Koenkk#4107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbede authored Apr 9, 2022
1 parent 2ddedb0 commit 44259c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions devices/sunricher.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ module.exports = [
description: '50W Zigbee CCT LED driver (constant current)',
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [160, 450]}),
},
{
zigbeeModel: ['ZGRC-KEY-004'],
model: 'SR-ZG9001K2-DIM',
vendor: 'Sunricher',
description: 'Zigbee wall remote control for single color, 1 zone',
fromZigbee: [fz.command_on, fz.command_off, fz.command_move, fz.command_stop, fz.battery],
toZigbee: [],
exposes: [e.battery(), e.action(['on', 'off',
'brightness_move_up', 'brightness_move_down', 'brightness_move_stop'])],
},
{
zigbeeModel: ['ZGRC-KEY-007'],
model: 'SR-ZG9001K2-DIM2',
Expand Down

0 comments on commit 44259c2

Please sign in to comment.