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

Feature to Add Fingerprint for Tuo Temp Sensor #1034

Merged
merged 5 commits into from
Feb 26, 2024
Merged
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
27 changes: 15 additions & 12 deletions drivers/SmartThings/matter-sensor/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,34 @@ matterManufacturer:
vendorId: 0x130a
productId: 0x0057
deviceProfileName: temperature-humidity-battery

- id: "TUO/ContactDoorAndWindow"
deviceLabel: TUO Contact Sensor
vendorId: 0x141E
productId: 0x0002
deviceProfileName: contact-battery
#Heiman
- id: "Heiman/Motion"
deviceLabel: Heiman Motion Sensor
vendorId: 0x120B
productId: 0x1001
deviceProfileName: matter-motion-battery-illuminance
- id: "4619/4145"
deviceLabel: Heiman Door and Window D1-M
vendorId: 0x120B
productId: 0x1031
deviceProfileName: contact-battery
# Legrand
- id: "Legrand/Netatmo/Smart-2-in-1-Sensor"
deviceLabel: Netatmo Smart 2-in-1 Sensor
vendorId: 0x1021
productId: 0x0001
deviceProfileName: motion-contact-battery
# HEIMAN
- id: "4619/4145"
deviceLabel: Heiman Door and Window D1-M
vendorId: 0x120B
productId: 0x1031
#Tuo
- id: "5150/3"
deviceLabel: "TUO Temperature Sensor"
vendorId: 0x141E
productId: 0x0003
deviceProfileName: "temperature-humidity-battery"
ctowns marked this conversation as resolved.
Show resolved Hide resolved
- id: "TUO/ContactDoorAndWindow"
deviceLabel: TUO Contact Sensor
vendorId: 0x141E
productId: 0x0002
deviceProfileName: contact-battery

matterGeneric:
- id: "matter/contact/sensor"
deviceLabel: Matter Contact Sensor
Expand Down
Loading