Skip to content

Commit

Permalink
Add missing icon color (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Schwab <[email protected]>
  • Loading branch information
DiskoPete and Peter Schwab authored Dec 19, 2024
1 parent 857e496 commit c72d480
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 @@ -163,5 +163,6 @@ class Category(Enum,):
class IconColor(Enum,):
YELLOW = 'Yellow'
RED = 'Red'
WHITE = 'White'
ICON_NOT_FOUND = 'ICON_NOT_FOUND'
UNKNOWN = 'unknown color'

0 comments on commit c72d480

Please sign in to comment.