You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move vehicle-specific methods to TessieVehicle class
Moved tire_pressure, vehicle_status, plate, and update_plate from the
main Tessie class to TessieVehicle class where they belong. These methods
operate on a specific vehicle and should use self.vin instead of taking
a VIN parameter.
This follows the established pattern where vehicle-specific operations
are in the Vehicle class (using self.vin) while fleet-wide operations
remain in the main API class.
0 commit comments