Skip to content

Commit

Permalink
feat(detect): Detect RDM003 as Philips 8718699693985 (#5849)
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor authored Jun 6, 2023
1 parent d2268ae commit 2f5a7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/philips.js
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ module.exports = [
ota: ota.zigbeeOTA,
},
{
zigbeeModel: ['ROM001'],
zigbeeModel: ['ROM001', 'RDM003'],
model: '8718699693985',
vendor: 'Philips',
description: 'Hue smart button',
Expand Down

0 comments on commit 2f5a7dd

Please sign in to comment.