Skip to content

Commit 7adff87

Browse files
committed
add ICON_NOT_FOUND
1 parent 1ec155b commit 7adff87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

weconnect/elements/warning_lights_status.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,5 @@ class Category(Enum,):
162162
class IconColor(Enum,):
163163
YELLOW = 'Yellow'
164164
RED = 'Red'
165+
ICON_NOT_FOUND = 'ICON_NOT_FOUND'
165166
UNKNOWN = 'unknown color'

0 commit comments

Comments
 (0)