Skip to content

Commit f5bedb5

Browse files
committed
fix: Ignore iAS enroll failure for CS-T9C-A0-BG Koenkk/zigbee2mqtt#27822
1 parent 0103e99 commit f5bedb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/controller/model/device.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ export class Device extends Entity<ControllerEventMap> {
790790
MOT003: {}, // https://github.com/Koenkk/zigbee2mqtt/issues/12471
791791
"C-ZB-SEDC": {}, //candeo device that doesn't follow IAS enrollment process correctly and therefore fails to complete interview
792792
"C-ZB-SEMO": {}, //candeo device that doesn't follow IAS enrollment process correctly and therefore fails to complete interview
793+
"CS-T9C-A0-BG": {}, // iAS enroll fails: https://github.com/Koenkk/zigbee2mqtt/issues/27822
793794
};
794795

795796
let match: string | undefined;

0 commit comments

Comments
 (0)