-
Notifications
You must be signed in to change notification settings - Fork 517
Updating matter rvc ux #2343
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
Updating matter rvc ux #2343
Conversation
- Integrate components - Remove mode capability for run mode cluster Signed-off-by: HunsupJung <[email protected]>
Signed-off-by: HunsupJung <[email protected]>
|
Duplicate profile check: Passed - no duplicate profiles detected. |
|
Channel deleted. |
Test Results 69 files 449 suites 0s ⏱️ Results for commit 93942f6. ♻️ This comment has been updated with latest results. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 93942f6 |
Signed-off-by: HunsupJung <[email protected]>
d1c20d1 to
df9744e
Compare
| local function component_to_endpoint(device, component_name) | ||
| -- Use the find_default_endpoint function to return the first endpoint that | ||
| -- supports a given cluster. | ||
| return find_default_endpoint(device, clusters.RvcOperationalState.ID) |
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.
What does the endpoint structure typically look like for a RVC? Are the clusters usually all implemented on the same endpoint?
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.
I not sure, but Roborock implements Power Source, RVC Run Mode, RVC Clean Mode, RVC Operational State, and Service Area on the endpoint 1.
a5a6c42 to
97099e4
Compare
Signed-off-by: HunsupJung <[email protected]>
97099e4 to
6cf2dfc
Compare
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.
these are some initial comments/questions I have
Signed-off-by: HunsupJung <[email protected]>
Signed-off-by: HunsupJung <[email protected]>
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.
lgtm!
Signed-off-by: HunsupJung <[email protected]>
* Updating matter rvc ux (#2343) Signed-off-by: HunsupJung <[email protected]> * Update matter-rvc driver (#2400) - Replace Embedded device configuration with Device presentation to support translation - If selected_area is empty, selecting all areas Signed-off-by: HunsupJung <[email protected]> * Update new-matter-lock driver to support Aliro feature (#2344) Signed-off-by: Hunsup Jung <[email protected]> Co-authored-by: Harrison Carter <[email protected]> --------- Signed-off-by: HunsupJung <[email protected]> Signed-off-by: Hunsup Jung <[email protected]> Co-authored-by: HunsupJung <[email protected]>
Signed-off-by: HunsupJung <[email protected]>
…pport (#2406) * Updating matter rvc ux (#2343) Signed-off-by: HunsupJung <[email protected]> * Update matter-rvc driver (#2400) - Replace Embedded device configuration with Device presentation to support translation - If selected_area is empty, selecting all areas Signed-off-by: HunsupJung <[email protected]> * Update new-matter-lock driver to support Aliro feature (#2344) Signed-off-by: Hunsup Jung <[email protected]> Co-authored-by: Harrison Carter <[email protected]> --------- Signed-off-by: HunsupJung <[email protected]> Signed-off-by: Hunsup Jung <[email protected]> Co-authored-by: HunsupJung <[email protected]>
Type of Change
Checklist
Description of Change
The unnecessary mode capability for Run Mode cluster has been deleted.
Summary of Completed Tests
This feature is being tested with following TC in SVT.
https://smartthings.atlassian.net/wiki/spaces/STHK/pages/4088660856/REQ-22349+Matter+RVC+UX+Upgrade+TC