Skip to content

Commit

Permalink
Comment out eventList from matter as ZAP global resposes does NOT yet…
Browse files Browse the repository at this point in the history
… seem to return this list.
  • Loading branch information
andy31415 committed Feb 10, 2023
1 parent 1713ba4 commit 541d65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/zap-templates/templates/app/MatterIDL.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{{~!--Global attributes: spec 7.13 describes these as mandatory --}}
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
// readonly attribute event_id eventList[] = 65530;
readonly attribute attrib_id attributeList[] = 65531;
readonly attribute bitmap32 featureMap = 65532;
readonly attribute int16u clusterRevision = 65533;
Expand Down

0 comments on commit 541d65a

Please sign in to comment.