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

Matter Thermostat: Fix thermostatMode capability #1029

Merged

Conversation

yhoyoon
Copy link
Collaborator

@yhoyoon yhoyoon commented Oct 24, 2023

The matter-thermostat driver is using the "fanOnly" value of the thermostatMode capability. But since this capability requires using the "fanonly" value, events using the "fanOnly" value are ignored. This change renames "fanOnly" to "fanonly".

https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference/#thermostatMode

MTR-439

The matter-thermostat driver is using the "fanOnly" value of the
thermostatMode capability. But since this capability requires using the
"fanonly" value, events using the "fanOnly" value are ignored.
This change renames "fanOnly" to "fanonly".

https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference/#thermostatMode

Signed-off-by: Youngho Yoon <[email protected]>
@CLAassistant
Copy link

CLAassistant commented Oct 24, 2023

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link

Test Results

     54 files     345 suites   0s ⏱️
1 622 tests 1 622 ✔️ 0 💤 0
2 842 runs  2 842 ✔️ 0 💤 0

Results for commit 9758c0f.

@github-actions
Copy link

File Coverage
All files 95%
/home/runner/work/SmartThingsEdgeDrivers/SmartThingsEdgeDrivers/drivers/SmartThings/matter-thermostat/src/init.lua 95%

Minimum allowed coverage is 90%

Generated by 🐒 cobertura-action against 9758c0f

Copy link
Collaborator

@chulspro chulspro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Copy link
Contributor

@greens greens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@greens greens merged commit b8b6724 into SmartThingsCommunity:main Oct 26, 2023
@yhoyoon yhoyoon deleted the fix/thermostat-mode-capability branch October 27, 2023 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants