Skip to content

Commit

Permalink
feat(zigbee2mqtt): Add Philips Hue mode 8718699673147l (#1170)
Browse files Browse the repository at this point in the history
Fix #1150

Co-authored-by: Pierre-Gilles Leymarie <pierregilles.leymarie@gmail.com>
  • Loading branch information
cicoub13 and Pierre-Gilles authored May 3, 2021
1 parent dcc2cd6 commit 5eeb419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/services/zigbee2mqtt/model/Philips.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const Philips = {
'7099860PH': [features.light, features.brightness], // color xy
'3216231P5': [features.light, features.brightness, features.color_temperature],
'8718696170625': [features.light, features.brightness],
'8718699673147': [features.light, features.brightness],
},
};

Expand Down

0 comments on commit 5eeb419

Please sign in to comment.