Skip to content

Commit

Permalink
Update matter-thermostat driver (#1184)
Browse files Browse the repository at this point in the history
* Update matter-thermostat driver
- Add New Capabilities
- Add enumeration values

Signed-off-by: Hunsup Jung <[email protected]>

* Update productId in fingerprints.yml

---------

Signed-off-by: Hunsup Jung <[email protected]>
  • Loading branch information
HunsupJung authored Jan 25, 2024
1 parent 05939c5 commit 3bedf2d
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 88 deletions.
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

0 comments on commit 3bedf2d

Please sign in to comment.