Skip to content

Commit

Permalink
feat(add): 9290030518 (#6085)
Browse files Browse the repository at this point in the history
* Update philips.js with new-version Philips Filament ST19 bulb

* Update philips.js

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
kattmang and Koenkk authored Aug 19, 2023
1 parent ddb5115 commit b843b4f
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: ['LWV006'],
model: '9290030518',
vendor: 'Philips',
description: 'Philips filament E26 bulb',
extend: philips.extend.light_onoff_brightness({disableHueEffects: false}),
},
{
zigbeeModel: ['LWO005'],
model: '9290030519',
Expand Down

0 comments on commit b843b4f

Please sign in to comment.