tesla-fleet-api 0.1.5__py3-none-any.whl → 0.1.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,6 +28,10 @@ class Vehicle:
28
28
  return self._parent.vehicles
29
29
  return []
30
30
 
31
+ async def specific(self, vehicle_tag: str | int) -> VehicleSpecific:
32
+ """Creates a class for each vehicle."""
33
+ return self._parent.vehicles(self, vehicle_tag)
34
+
31
35
  async def actuate_trunk(
32
36
  self, vehicle_tag: str | int, which_trunk: Trunks | str
33
37
  ) -> dict[str, Any]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tesla_fleet_api
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Tesla Fleet API library for Python
5
5
  Home-page: https://github.com/Teslemetry/tesla_fleet_api
6
6
  Author: Brett Adams
@@ -8,10 +8,10 @@ tesla_fleet_api/teslafleetapi.py,sha256=DRZr6Anll5UIOePMW9oMgM4abxaoYXu8zxsoeJs3
8
8
  tesla_fleet_api/teslafleetoauth.py,sha256=728w-wj4eSaAAr4rm57NJ7DUgzImisKPZtjQ0fauVsY,3466
9
9
  tesla_fleet_api/teslemetry.py,sha256=nHjBnNL82_-QzizoEAu1IJNCIxdvzPpD51JAH0C0kCk,1085
10
10
  tesla_fleet_api/user.py,sha256=3VWsLjrOhU0qTMG3LzPBAnkENdf7RcDvXsdWsOyXRHI,1185
11
- tesla_fleet_api/vehicle.py,sha256=jSHtzZY4vzJ9pj27gtgzV1YELjfxMeNAIbnVsVNgZuo,35774
11
+ tesla_fleet_api/vehicle.py,sha256=bY6VcH4MP6vSIEpf4e1yMojnuy5d5VnDfkLcrve6Dxo,35952
12
12
  tesla_fleet_api/vehiclespecific.py,sha256=r9qeWyzPZUVhiqwrqadsz8AKwZr7dQWti4kbxVG4CJI,19903
13
- tesla_fleet_api-0.1.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
14
- tesla_fleet_api-0.1.5.dist-info/METADATA,sha256=eLeGRuK0miaMcnuDLwcGKT4UxRwEWX27JXdiNWtP6Dk,3152
15
- tesla_fleet_api-0.1.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
16
- tesla_fleet_api-0.1.5.dist-info/top_level.txt,sha256=jeNbog_1saXBFrGpom9WyPWmilxsyP3szL_G7JLWQfM,16
17
- tesla_fleet_api-0.1.5.dist-info/RECORD,,
13
+ tesla_fleet_api-0.1.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
14
+ tesla_fleet_api-0.1.6.dist-info/METADATA,sha256=RUSMziDAWLhLQu2Y8nY52FNmEy8tkhODV7ThxvPoIw0,3152
15
+ tesla_fleet_api-0.1.6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
16
+ tesla_fleet_api-0.1.6.dist-info/top_level.txt,sha256=jeNbog_1saXBFrGpom9WyPWmilxsyP3szL_G7JLWQfM,16
17
+ tesla_fleet_api-0.1.6.dist-info/RECORD,,