Skip to content

Commit

Permalink
Add error of a missing render
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSpider committed Nov 6, 2024
1 parent a52439e commit 2b8f684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions myskoda/models/garage.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class GarageErrorType(StrEnum):

NO_MOD1_4_VEHICLES = "NO_MOD1_4_VEHICLES"
UNKNOWN = "UNKNOWN"
MISSING_RENDER = "MISSING_RENDER"


@dataclass
Expand Down

0 comments on commit 2b8f684

Please sign in to comment.