-
Notifications
You must be signed in to change notification settings - Fork 506
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
base: main
Are you sure you want to change the base?
Updating matter rvc ux #2343
Conversation
- Integrate components - Remove mode capability for run mode cluster Signed-off-by: HunsupJung <hunsup.jung@samsung.com>
Signed-off-by: HunsupJung <hunsup.jung@samsung.com>
Duplicate profile check: Passed - no duplicate profiles detected. |
Invitation URL: |
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 <hunsup.jung@samsung.com>
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 <hunsup.jung@samsung.com>
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 <hunsup.jung@samsung.com>
Signed-off-by: HunsupJung <hunsup.jung@samsung.com>
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!
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