We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec155b commit 7adff87Copy full SHA for 7adff87
weconnect/elements/warning_lights_status.py
@@ -162,4 +162,5 @@ class Category(Enum,):
162
class IconColor(Enum,):
163
YELLOW = 'Yellow'
164
RED = 'Red'
165
+ ICON_NOT_FOUND = 'ICON_NOT_FOUND'
166
UNKNOWN = 'unknown color'
0 commit comments