We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f466a commit b7e6050Copy full SHA for b7e6050
src/components/ZclClusterView.vue
@@ -243,7 +243,8 @@ export default {
243
},
244
enableAttributeReportingTab: {
245
get() {
246
- return this.category === dbEnum.helperCategory.zigbee
+ // Showing attribute reporting when there is no category. Needed for custom xml.
247
+ return this.category === dbEnum.helperCategory.zigbee || !this.category
248
}
249
250
0 commit comments