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 Server 6.0.0 - WebUI Interface Error #707

Open
jvmahon opened this issue May 17, 2024 · 0 comments
Open

Matter Server 6.0.0 - WebUI Interface Error #707

jvmahon opened this issue May 17, 2024 · 0 comments

Comments

@jvmahon
Copy link

jvmahon commented May 17, 2024

I'm working with a test device that has endpoints with both Level Control and Mode Select clusters.

An odd behavior is happening - when I use the webUI interface to examine attributes of the Level Control cluster, I am seeing double-listing of certain attributes, and listing of both the expected Level Control attributes as well as the Mode Select attributes when I should only see the Level Control attributes. See image below.

Here's an example of the clusters. Note that one oddity, and it may be just formatting, is that certain clusters are only 3 hex digits (e.g., 0x008 or level control compared to 0x0050 for mode select).
image

The Problem

Then when I look at the attributes for Level Control, I get the listing shown below. Notice how there is a repetition of certain attributes. E.g., CurrentLevel, MinLevel, MaxLevel, etc. Anohter thing that is happening - notice how the first CurrentLevel is a numeric value - i.e., 1, but the repeated CurrentLevel is set to a string label ("Switch Mode"). This "Switch Mode" label value is actually a bleed-over from the Mode Select cluster on the same endpoint. Note again, how some attributes are 3 hex digits rather than the typical use of 4 or 8 hex digits:

image

image

image

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

No branches or pull requests

1 participant