Skip to content

Commit

Permalink
Add AL8TC13W-AP. Koenkk/zigbee2mqtt#10966
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 13, 2022
1 parent 8458fb1 commit 901613e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions devices/alchemy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const extend = require('../lib/extend');

module.exports = [
{
zigbeeModel: ['AL8TC13W-AP'],
model: 'AL8TC13W-AP',
vendor: 'Alchemy',
description: 'Downlight with tuneable white',
extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 370]}),
},
];

0 comments on commit 901613e

Please sign in to comment.