Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiple Lifx devices for WWST Certification #1179

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion drivers/SmartThings/matter-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,37 @@ matterManufacturer:
vendorId: 0x1339
productId: 0xAC
deviceProfileName: plug-binary

#Lifx
- id: "5155/169"
deviceLabel: LIFX Color (A21)
vendorId: 0x1423
productId: 0x00A9
deviceProfileName: light-color-level
- id: "5155/171"
deviceLabel: LIFX Spot
vendorId: 0x1423
productId: 0x00AB
deviceProfileName: light-color-level
- id: "5155/173"
deviceLabel: LIFX Path (Round)
vendorId: 0x1423
productId: 0x00AD
deviceProfileName: light-color-level
- id: "5155/174"
deviceLabel: LIFX Path (Square)
vendorId: 0x1423
productId: 0x00AE
deviceProfileName: light-color-level
- id: "5155/175"
deviceLabel: LIFX Color (PAR38)
vendorId: 0x1423
productId: 0x00AF
deviceProfileName: light-color-level
- id: "5155/176"
deviceLabel: LIFX Ceiling
vendorId: 0x1423
productId: 0x00B0
deviceProfileName: light-color-level
#Nanoleaf
- id: "Nanoleaf NL53"
deviceLabel: Essentials BR30
Expand Down
Loading