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 323ad2e commit 4f8060dCopy full SHA for 4f8060d
src/components/ZclEndpointCard.vue
@@ -420,7 +420,10 @@ export default {
420
this.$router.push({ path: '/' })
421
}
422
if (this.$store.state.zap.isMultiConfig) {
423
- if (categoryTmp === dbEnum.helperCategory.zigbee) {
+ if (
424
+ this.getDeviceCategory(this.deviceType[0].packageRef) ===
425
+ dbEnum.helperCategory.zigbee
426
+ ) {
427
this.$store.state.zap.cmpEnableZigbeeFeatures = true
428
this.$store.state.zap.cmpEnableMatterFeatures = false
429
} else {
0 commit comments