Skip to content

Commit 709d845

Browse files
committed
add tire warning
1 parent 3d33490 commit 709d845

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
@@ -149,4 +149,5 @@ def __str__(self):
149149

150150
class Category(Enum,):
151151
LIGHTING = 'LIGHTING'
152+
TIRE = 'TIRE'
152153
UNKNOWN = 'unknown category'

0 commit comments

Comments
 (0)