-
Notifications
You must be signed in to change notification settings - Fork 517
WWSTCERT-8722/8725 [Aqara] add Aqara Wireless Remote Switch H1(Single/Double) #2511
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?
WWSTCERT-8722/8725 [Aqara] add Aqara Wireless Remote Switch H1(Single/Double) #2511
Conversation
|
Duplicate profile check: Passed - no duplicate profiles detected. |
Test Results 71 files 466 suites 0s ⏱️ Results for commit 7c8dab2. ♻️ This comment has been updated with latest results. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 7c8dab2 |
|
Invitation URL: |
drivers/SmartThings/zigbee-button/profiles/aqara-double-buttons-mode.yml
Outdated
Show resolved
Hide resolved
drivers/SmartThings/zigbee-button/profiles/aqara-single-button-mode.yml
Outdated
Show resolved
Hide resolved
| local mock_device_h1_double_rocker = test.mock_device.build_test_zigbee_device( | ||
| { | ||
| profile = t_utils.get_profile_definition("aqara-double-buttons.yml"), | ||
| profile = t_utils.get_profile_definition("aqara-double-buttons-mode.yml"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I'm understanding these testing changes correctly: The aqara-double-buttons-mode.yml profile should cover testing for the aqara-double-buttons.yml profile as well right? And the additional test was added to test the mode change for the H1 remote only?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that’s correct. Since all the code is identical except for the mode change, I used aqara-double-buttons-mode.yml.
greens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have a failing unit test.
|
From the CI for I expect you're not seeing the failure locally because you have not updated your local lua libraries to the latest artifact: https://github.com/SmartThingsCommunity/SmartThingsEdgeDrivers/releases/tag/apiv16_59 But I have not looked very deeply. |
I've updated to the latest library you mentioned (apiv16_59) and ran the tests. All test cases (TCs) passed successfully. Please let me know if there's anything else I need to check. Also, I submitted my PR two weeks ago. Could you please confirm if I also need to test it against the library that was updated last week?
|
First, I'll check if the result is the same on a different PC. |
|
Maybe you need to rebase your branch, then? |
dc6e9c2 to
7c8dab2
Compare
I've rebased. |


Check all that apply
Type of Change
Checklist
Description of Change
Summary of Completed Tests