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

Update matter-thermostat driver #1184

Merged
merged 2 commits into from
Jan 25, 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
2 changes: 1 addition & 1 deletion drivers/SmartThings/matter-thermostat/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ matterManufacturer:
- id: "matter/samsung-room-air-conditioner"
deviceLabel: Samsung Room Air Conditioner
vendorId: 0x10e1
productId: 0x1023 # TBD
productId: 0x1023
deviceProfileName: room-air-conditioner

matterGeneric:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@ components:
version: 1
- id: temperatureMeasurement
version: 1
- id: thermostatMode
- id: relativeHumidityMeasurement
version: 1
- id: spacewonder52282.airPurifierFanMode
- id: thermostatMode
version: 1
- id: thermostatHeatingSetpoint
version: 1
- id: thermostatCoolingSetpoint
version: 1
- id: thermostatOperatingState
version: 1
- id: relativeHumidityMeasurement
- id: airConditionerFanMode
version: 1
- id: fanSpeedPercent
version: 1
- id: windMode
version: 1
- id: refresh
version: 1
Expand Down
Loading
Loading