Skip to content

Commit

Permalink
feat(add): ROB_200-063-0 (#6138)
Browse files Browse the repository at this point in the history
* Added support for ROB_200-063-0

* Update robb.ts

---------

Co-authored-by: Your Name <you@example.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
3 people authored Sep 4, 2023
1 parent 20253c7 commit 7493914
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/robb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@ const definitions: Definition[] = [
await reporting.currentSummDelivered(endpoint);
},
},
{
zigbeeModel: ['ROB_200-063-0'],
model: 'ROB_200-063-0',
vendor: 'ROBB',
description: 'Zigbee 0-10V PWM dimmer',
extend: extend.light_onoff_brightness(),
},
];

module.exports = definitions;

0 comments on commit 7493914

Please sign in to comment.