Skip to content

Commit

Permalink
Add WF4C_WF6C (Koenkk#4749)
Browse files Browse the repository at this point in the history
* Add support for ABL Juno Connect Wafer lights

Tested with the 4" Contractor Select Smart Wafer Downlight, but I believe there are multiple form factors that all share a single Zigbee model

- [Contractor Select Smart Flat Wafer Downlight](https://www.acuitybrands.com/products/detail/1755360/juno/contractor-select-smart-flat-wafer-downlight/4-and-6-led-smart-wafer-downlight)
- [Contractor Select Smart Regressed Wafer Downlight](https://www.acuitybrands.com/products/detail/1755363/juno/contractor-select-smart-regressed-wafer-downlight/4-and-6-led-smart-wafer-canless-downlight)
- [Smart Adjustable Wafer Downlight](https://www.acuitybrands.com/products/detail/1755366/juno/smart-adjustable-wafer-downlight/4-and-6-led-adjustable-smart-wafer-downlight)


Not sure what makes sense for labeling of vendor/model/description but I used my best judgement. Feel free to modify!

* lint: fix spacing

* Update acuity_brands_lighting.js

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
2 people authored and vladyspavlov committed Oct 8, 2022
1 parent a1dd706 commit ed0b0c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions devices/acuity_brands_lighting.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const extend = require('../lib/extend');

module.exports = [
{
zigbeeModel: ['ABL-LIGHT-Z-001'],
model: 'WF4C_WF6C',
vendor: 'Acuity Brands Lighting (ABL)',
description: 'Juno 4" and 6" LED smart wafer downlight',
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [200, 370]}),
},
];

0 comments on commit ed0b0c1

Please sign in to comment.