Skip to content

Commit

Permalink
make 'fugage' and 'rage' optional (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Jan 9, 2024
1 parent a655590 commit 09b3af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mytoyota/models/endpoints/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class VehicleStatusModel(BaseModel):


class _TelemetryModel(BaseModel):
fugage: UnitValueModel
rage: UnitValueModel
fugage: Optional[UnitValueModel] = None
rage: Optional[UnitValueModel] = None
odo: UnitValueModel


Expand Down

0 comments on commit 09b3af8

Please sign in to comment.