diff --git a/src-electron/generator/helper-endpointconfig.js b/src-electron/generator/helper-endpointconfig.js index 9c75ab6f2e..bf0978f1b9 100644 --- a/src-electron/generator/helper-endpointconfig.js +++ b/src-electron/generator/helper-endpointconfig.js @@ -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) ) }