Exclude 'off' from fanMode capability for Thermostats#2673
Merged
nickolas-deboom merged 2 commits intomainfrom Jan 8, 2026
Merged
Exclude 'off' from fanMode capability for Thermostats#2673nickolas-deboom merged 2 commits intomainfrom
nickolas-deboom merged 2 commits intomainfrom
Conversation
|
Channel deleted. |
Test Results 71 files 480 suites 0s ⏱️ Results for commit ac45b6f. ♻️ This comment has been updated with latest results. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against ac45b6f |
c823475 to
f0de5ed
Compare
hcarter-775
reviewed
Jan 6, 2026
drivers/SmartThings/matter-thermostat/src/thermostat_handlers/attribute_handlers.lua
Outdated
Show resolved
Hide resolved
fab8419 to
ac45b6f
Compare
hcarter-775
approved these changes
Jan 8, 2026
nickolas-deboom
added a commit
that referenced
this pull request
Jan 20, 2026
This reverts commit b8b7068.
nickolas-deboom
added a commit
that referenced
this pull request
Jan 20, 2026
nickolas-deboom
added a commit
that referenced
this pull request
Jan 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change removes Off as a default value from supportedFanModes attribute for the Thermostat device type. Thermostats typically never support turning off the fan, but after switching from
thermostatFanModetofanModeit became an option.