File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -342,6 +342,7 @@ class GroupType(AutoNameEnum):
342342 LINKED_SWITCHING = auto ()
343343 LOCK_OUT_PROTECTION_RULE = auto ()
344344 LOCK_PROFILE = auto ()
345+ OPEN_DOOR_NOTIFICATION_RULE_GROUP = auto ()
345346 OVER_HEAT_PROTECTION_RULE = auto ()
346347 SECURITY = auto ()
347348 SECURITY_BACKUP_ALARM_SWITCHING = auto ()
Original file line number Diff line number Diff line change 148148 GroupType .LINKED_SWITCHING : LinkedSwitchingGroup ,
149149 GroupType .LOCK_PROFILE : Group ,
150150 GroupType .LOCK_OUT_PROTECTION_RULE : LockOutProtectionRule ,
151+ GroupType .OPEN_DOOR_NOTIFICATION_RULE_GROUP : Group ,
151152 GroupType .OVER_HEAT_PROTECTION_RULE : OverHeatProtectionRule ,
152153 GroupType .SECURITY_BACKUP_ALARM_SWITCHING : AlarmSwitchingGroup ,
153154 GroupType .SECURITY_ZONE : SecurityZoneGroup ,
You can’t perform that action at this time.
0 commit comments