Skip to content

Commit

Permalink
fix zcl_attributes by removing debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 committed Oct 11, 2023
1 parent 476df1d commit 11d31da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src-electron/generator/helper-zcl.js
Original file line number Diff line number Diff line change
Expand Up @@ -745,10 +745,7 @@ function zcl_attributes(options) {
packageIds
)
} else {
return queryZcl.selectAttributesByClusterIdIncludingGlobal(
this.global.db,
packageIds
)
return queryZcl.selectAllAttributes(this.global.db, packageIds)
}
})
.then((atts) => templateUtil.collectBlocks(atts, options, this))
Expand Down

0 comments on commit 11d31da

Please sign in to comment.