Matter Thermostat: Add OnOff cluster support#2760
Matter Thermostat: Add OnOff cluster support#2760nickolas-deboom wants to merge 1 commit intomainfrom
Conversation
|
Duplicate profile check: Passed - no duplicate profiles detected. |
|
Invitation URL: |
Test Results 72 files 487 suites 0s ⏱️ Results for commit fbefadb. ♻️ This comment has been updated with latest results. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against fbefadb |
drivers/SmartThings/matter-thermostat/src/thermostat_utils/device_configuration.lua
Show resolved
Hide resolved
drivers/SmartThings/matter-thermostat/src/test/test_matter_fan_modular.lua
Show resolved
Hide resolved
Add OnOff cluster support for Air Purifier and Fan device types. This cluster is optionally supported for these device types starting with Matter 1.4. CHAD-17538
0f62386 to
fbefadb
Compare
|
was thinking, we may want to update this recently added logic for this PR since it's now possible for the devices to get At the same time, the air purifier case (the only one that might be affected) wouldn't have thermostat stuff added until the same time that switch gets added, so it might not really be necessary. |
Add OnOff cluster support for Air Purifier and Fan device types. This cluster is optionally supported for these device types starting with Matter 1.4.