Skip to content

Commit

Permalink
set invalid PriorityLevel value
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng-yang committed May 17, 2023
1 parent fd7b0d3 commit a238f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/python/chip/clusters/Attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class EventPriority(Enum):
DEBUG = 0
INFO = 1
CRITICAL = 2
INVALID = 3


@dataclass
Expand Down

0 comments on commit a238f58

Please sign in to comment.