Skip to content

Commit

Permalink
Add warning lights category OTHER
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Jun 13, 2024
1 parent f21a103 commit 9ec1667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weconnect/elements/warning_lights_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class Category(Enum,):
LIGHTING = 'LIGHTING'
TIRE = 'TIRE'
ENGINE = 'ENGINE'
OTHER = 'OTHER'
UNKNOWN = 'unknown category'

class IconColor(Enum,):
Expand Down

0 comments on commit 9ec1667

Please sign in to comment.