Skip to content

Commit

Permalink
Calculate struct_has_fabric_sensitive_fields only at the top level, n…
Browse files Browse the repository at this point in the history
…ot transitively
  • Loading branch information
gmarcosb committed Jan 6, 2025
1 parent 16524ef commit e88e7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-electron/generator/helper-zcl.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async function zcl_structs(options) {
await Promise.all(promises)
}
}
for (const i of items) {
for (const i of st.items) {
if (i.isFabricSensitive) {
st.struct_has_fabric_sensitive_fields = true
}
Expand Down

0 comments on commit e88e7cf

Please sign in to comment.