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 Sensor + Matter Switch) Neo #1815

Merged
merged 3 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions drivers/SmartThings/matter-sensor/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,17 @@ matterManufacturer:
vendorId: 0x1021
productId: 0x0001
deviceProfileName: motion-contact-battery
# Neo
- id: "4991/1122"
deviceLabel: Door Sensor
vendorId: 0x137F
productId: 0x0462
deviceProfileName: contact-battery
- id: "4991/1123"
deviceLabel: Motion Sensor
vendorId: 0x137F
productId: 0x0463
deviceProfileName: motion-battery
#Tuo
- id: "5150/3"
deviceLabel: "TUO Temperature Sensor"
Expand Down
6 changes: 6 additions & 0 deletions drivers/SmartThings/matter-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,12 @@ matterManufacturer:
vendorId: 0x115A
productId: 0x004B
deviceProfileName: light-color-level-2700K-6500K
#Neo
- id: "4991/635"
deviceLabel: Power Plug
vendorId: 0x137F
productId: 0x027B
deviceProfileName: plug-binary
#SONOFF
- id: "SONOFF MINIR4M"
deviceLabel: Smart Plug-in Unit
Expand Down
Loading