Skip to content

Commit

Permalink
feat(add): 929003596001 @sympapa Koenkk/zigbee2mqtt#18915
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Sep 9, 2023
1 parent a8bd840 commit 7014f87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/philips.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ const ea = exposes.access;
const extend = {switch: require('../lib/extend').switch};

module.exports = [
{
zigbeeModel: ['LTA013'],
model: '929003596001',
vendor: 'Philips',
description: 'Hue filament A60 550lm E26',
extend: philips.extend.light_onoff_brightness_colortemp({colorTempRange: [222, 454]}),
},
{
zigbeeModel: ['LWV006'],
model: '9290030518',
Expand Down

0 comments on commit 7014f87

Please sign in to comment.