Skip to content

Commit

Permalink
Merge pull request #439 from bimmerconnected/add-ccs-critical
Browse files Browse the repository at this point in the history
Add Critical as CheckControlStatus
  • Loading branch information
gerard33 authored May 24, 2022
2 parents 5303fa5 + 7716c48 commit fb40735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bimmer_connected/vehicle/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class CheckControlStatus(StrEnum):
LOW = "LOW"
MEDIUM = "MEDIUM"
HIGH = "HIGH"
CRITICAL = "CRITICAL"


@dataclass
Expand Down

0 comments on commit fb40735

Please sign in to comment.