tesla-fleet-api 0.5.3__py3-none-any.whl → 0.5.5__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.
- tesla_fleet_api/const.py +1 -1
- tesla_fleet_api/vehicle.py +1 -1
- {tesla_fleet_api-0.5.3.dist-info → tesla_fleet_api-0.5.5.dist-info}/METADATA +1 -1
- {tesla_fleet_api-0.5.3.dist-info → tesla_fleet_api-0.5.5.dist-info}/RECORD +7 -7
- {tesla_fleet_api-0.5.3.dist-info → tesla_fleet_api-0.5.5.dist-info}/LICENSE +0 -0
- {tesla_fleet_api-0.5.3.dist-info → tesla_fleet_api-0.5.5.dist-info}/WHEEL +0 -0
- {tesla_fleet_api-0.5.3.dist-info → tesla_fleet_api-0.5.5.dist-info}/top_level.txt +0 -0
tesla_fleet_api/const.py
CHANGED
tesla_fleet_api/vehicle.py
CHANGED
@@ -432,7 +432,7 @@ class Vehicle:
|
|
432
432
|
return await self._request(
|
433
433
|
Method.POST,
|
434
434
|
f"api/1/vehicles/{vehicle_tag}/command/set_scheduled_departure",
|
435
|
-
json={"
|
435
|
+
json={"preconditioning_enabled": enable, "departure_time": time},
|
436
436
|
)
|
437
437
|
|
438
438
|
async def set_sentry_mode(self, vehicle_tag: str | int, on: bool) -> dict[str, Any]:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
tesla_fleet_api/__init__.py,sha256=RL9KGtDjYwbBa5i6Lagzrya-yjvEE1EVfyge2lV49iI,375
|
2
2
|
tesla_fleet_api/charging.py,sha256=N_mc8axrXj3iduqLj_jCt4Vx86tHqe3xqQT4R1R7HvU,1689
|
3
|
-
tesla_fleet_api/const.py,sha256=
|
3
|
+
tesla_fleet_api/const.py,sha256=uzb_5f14m5lrcySlHWVL-_JM48HubpWmqL5fXy0kyrw,9277
|
4
4
|
tesla_fleet_api/energy.py,sha256=Fgg4pdYc226WNOXHUnzBHbZoZ3jYLfN3GgjprazYLZA,5283
|
5
5
|
tesla_fleet_api/energyspecific.py,sha256=kICxdeDoWR9JHlgjHvnmjJ1ErLOWJT8bCSESoXo9axU,3732
|
6
6
|
tesla_fleet_api/exceptions.py,sha256=c6i_AegrLzlfrHxht_Z_xLl_kmxcd3DDJaSIcldcUo8,9171
|
@@ -10,10 +10,10 @@ tesla_fleet_api/teslafleetoauth.py,sha256=BmRAuwcgFMBo2_3AJzS3QTBm_cP9xt4yoz4vKj
|
|
10
10
|
tesla_fleet_api/teslemetry.py,sha256=jB2OlYAjjl98mW4p2-VGTVl5lpG1Qox57mXgsdrF1vg,2005
|
11
11
|
tesla_fleet_api/tessie.py,sha256=3ScOi8RaxHdvp6s5ZdSWYXwHZdey6IkX9SF1oohtSWk,2252
|
12
12
|
tesla_fleet_api/user.py,sha256=TZE2oh-n5zrhKXmGRuiNL9voKVODD7rBhGE_IObYVGA,1179
|
13
|
-
tesla_fleet_api/vehicle.py,sha256=
|
13
|
+
tesla_fleet_api/vehicle.py,sha256=wER3UQIccxN-cUxSkOD1oPQrQ33GoZikmE9yQnEJ7Sk,32010
|
14
14
|
tesla_fleet_api/vehiclespecific.py,sha256=C9gCPGZphzcnDPwyX5HR1ZCEC4IWqdv5ATccHqvFryQ,20817
|
15
|
-
tesla_fleet_api-0.5.
|
16
|
-
tesla_fleet_api-0.5.
|
17
|
-
tesla_fleet_api-0.5.
|
18
|
-
tesla_fleet_api-0.5.
|
19
|
-
tesla_fleet_api-0.5.
|
15
|
+
tesla_fleet_api-0.5.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
16
|
+
tesla_fleet_api-0.5.5.dist-info/METADATA,sha256=HMQhlZJBUjSNZUN7LqTggG6b2b_MsN3BBrDxgKAidww,3961
|
17
|
+
tesla_fleet_api-0.5.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
18
|
+
tesla_fleet_api-0.5.5.dist-info/top_level.txt,sha256=jeNbog_1saXBFrGpom9WyPWmilxsyP3szL_G7JLWQfM,16
|
19
|
+
tesla_fleet_api-0.5.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|