Skip to content

Commit

Permalink
feat(add): RB56SC (#6156)
Browse files Browse the repository at this point in the history
* Update acuity_brands_lighting.ts

Add ABL-LIGHT-Z-201 zigbee model

* Update acuity_brands_lighting.ts
  • Loading branch information
peetipablo authored Sep 13, 2023
1 parent a81f017 commit ec2a508
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/acuity_brands_lighting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ const definitions: Definition[] = [
description: 'Juno 4" and 6" LED smart wafer downlight',
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [200, 370], disableColorTempStartup: true}),
},
{
zigbeeModel: ['ABL-LIGHT-Z-201'],
model: 'RB56SC',
vendor: 'Acuity Brands Lighting (ABL)',
description: 'Juno Retrobasics 4" and 6" LED smart downlight',
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [200, 370], disableColorTempStartup: true}),
},
];

module.exports = definitions;

0 comments on commit ec2a508

Please sign in to comment.