-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Need some manufacturer-specific attributes/commands/clusters in test apps #16886
Comments
Since this is a MAY setting in the spec, it sounds like the SDK could be certifiable without any of these implemented. I understand the goal is "do not crash if you see something optional" however in list of priorities, implementing anything optional should not be a priority. |
Cert Blocker Review: May not be a cert blocker, but needs further discussion. |
Cert Blocker Review: @cjandhyala @mrjerryjohns and @woody-apple to follow up. |
MEI is part of the spec; we need to ensure proper encoding & decoding in the SDK s.t. MEI adheres to the spec. Suggest: write a controller-oriented test that produces responses with MEI to verify correct controller behavior. Definitely cert blocker. |
Cert Blocker Review: Per @cjandhyala there is an existing ticket on the test plan side here. Per @tcarmelveilleux's suggestion, let's add a simple MEI command/example to the all clusters app, and tooling (if needed). |
Cert Blocker Review: @andy31415 to find an assignee. |
Spec 10.3.10 for field IDs says "Support for encoding FieldIDs with an MC sources is provisional" which as I understand from @bzbarsky-apple seems to mean "1.0 support not really needed". Generally this seems like it would require more SDK changes so we should focus on some sample attributes/commands for now. |
Thins we likely need to track here:
|
TestCluster is now a manufacturer specific extension. Left todo:
|
MEI commands added for ModeSelect cluster in all-clusters-app. |
For events, extensions containing events do not seem supported by https://github.com/project-chip/zap/blob/master/zcl-builtin/shared/schema/zcl.xsd At this time, the file describes:
We are missing "structures" (this is known) and "events". |
CHIP Spec section 7.19 needs to be developed to support from Chip-tool to verify the DUT.
Tracking purpose raising this ticket in SDK bucket
The text was updated successfully, but these errors were encountered: