-
Notifications
You must be signed in to change notification settings - Fork 497
Matter Thermostat: Use fanMode capability #2205
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
base: main
Are you sure you want to change the base?
Conversation
Duplicate profile check: Passed - no duplicate profiles detected. |
Test Results 68 files 444 suites 0s ⏱️ Results for commit ee21e73. ♻️ This comment has been updated with latest results. |
Minimum allowed coverage is Generated by 🐒 cobertura-action against ee21e73 |
Invitation URL: |
fd88017
to
10c58ef
Compare
e7399c0
to
b184f83
Compare
Hi @nickolas-deboom. |
This change replaces the use of thermostatFanMode with fanMode, to better align with the fan modes and sequences defined by the Fan Control cluster. Also, fanMode is now used in fan profiles over airConditionerFanMode.
c1d0935
to
ee21e73
Compare
Type of Change
Checklist
Description of Change
This change replaces the use of
thermostatFanMode
withfanMode
, to better align with the fan modes and sequences defined by the Fan Control cluster. Note that existing static profiles will continue to utilizethermostatFanMode
, so this change will only affect newly onboarded devices that use thethermostat-modular
profile.Summary of Completed Tests
Unit tests updated. Needs device testing to ensure no regression.