Skip to content

Commit

Permalink
Updated isGlobalAttrExcludedFromMetadata() to include eventList in Me…
Browse files Browse the repository at this point in the history
…taData
  • Loading branch information
emargolis committed Jan 30, 2023
1 parent 53835fc commit 120433e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-electron/generator/helper-endpointconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ function isGlobalAttrExcludedFromMetadata(attr) {
// See Matter specification section "7.13. Global Elements".
return (
attr.manufacturerCode === null &&
[0xfff8, 0xfff9, 0xfffa, 0xfffb].includes(attr.code)
[0xfff8, 0xfff9, 0xfffb].includes(attr.code)
)
}

Expand Down

0 comments on commit 120433e

Please sign in to comment.