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

New Device (Matter Switch) 5 Lifx Devices #1770

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
25 changes: 25 additions & 0 deletions drivers/SmartThings/matter-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,11 @@ matterManufacturer:
productId: 0x1002
deviceProfileName: switch-binary
#Lifx
- id: "5155/161"
deviceLabel: LIFX Neon Outdoor
vendorId: 0x1423
productId: 0x00A1
deviceProfileName: light-level-colorTemperature-1500k-9000k
- id: "5155/169"
deviceLabel: LIFX Color (A21)
vendorId: 0x1423
Expand Down Expand Up @@ -350,6 +355,26 @@ matterManufacturer:
vendorId: 0x1423
productId: 0x00B0
deviceProfileName: light-level-colorTemperature-1500k-9000k
- id: "5155/201"
deviceLabel: LIFX Ceiling 13x26
vendorId: 0x1423
productId: 0x00C9
deviceProfileName: light-level-colorTemperature-1500k-9000k
- id: "5155/213"
deviceLabel: LIFX Permanent Outdoor
vendorId: 0x1423
productId: 0x00D5
deviceProfileName: light-level-colorTemperature-1500k-9000k
- id: "5155/215"
deviceLabel: LIFX Candle (B10)
vendorId: 0x1423
productId: 0x00D7
deviceProfileName: light-level-colorTemperature-1500k-9000k
- id: "5155/217"
deviceLabel: LIFX Tube
vendorId: 0x1423
productId: 0x00D9
deviceProfileName: light-level-colorTemperature-1500k-9000k
#Nanoleaf
- id: "Nanoleaf NL53"
deviceLabel: Essentials BR30
Expand Down
Loading