hyundai-kia-connect-api 3.34.1__py2.py3-none-any.whl → 3.34.2__py2.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.
- hyundai_kia_connect_api/ApiImplType1.py +4 -0
- {hyundai_kia_connect_api-3.34.1.dist-info → hyundai_kia_connect_api-3.34.2.dist-info}/METADATA +1 -1
- {hyundai_kia_connect_api-3.34.1.dist-info → hyundai_kia_connect_api-3.34.2.dist-info}/RECORD +8 -8
- {hyundai_kia_connect_api-3.34.1.dist-info → hyundai_kia_connect_api-3.34.2.dist-info}/WHEEL +0 -0
- {hyundai_kia_connect_api-3.34.1.dist-info → hyundai_kia_connect_api-3.34.2.dist-info}/entry_points.txt +0 -0
- {hyundai_kia_connect_api-3.34.1.dist-info → hyundai_kia_connect_api-3.34.2.dist-info}/licenses/AUTHORS.rst +0 -0
- {hyundai_kia_connect_api-3.34.1.dist-info → hyundai_kia_connect_api-3.34.2.dist-info}/licenses/LICENSE +0 -0
- {hyundai_kia_connect_api-3.34.1.dist-info → hyundai_kia_connect_api-3.34.2.dist-info}/top_level.txt +0 -0
@@ -452,6 +452,7 @@ class ApiImplType1(ApiImpl):
|
|
452
452
|
).json()
|
453
453
|
_LOGGER.debug(f"{DOMAIN} - Set Charging Current Response: {response}")
|
454
454
|
_check_response_for_errors(response)
|
455
|
+
token.device_id = self._get_device_id(self._get_stamp())
|
455
456
|
return response["msgId"]
|
456
457
|
|
457
458
|
def set_charge_limits(
|
@@ -480,6 +481,7 @@ class ApiImplType1(ApiImpl):
|
|
480
481
|
).json()
|
481
482
|
_LOGGER.debug(f"{DOMAIN} - Set Charge Limits Response: {response}")
|
482
483
|
_check_response_for_errors(response)
|
484
|
+
token.device_id = self._get_device_id(self._get_stamp())
|
483
485
|
return response["msgId"]
|
484
486
|
|
485
487
|
def set_vehicle_to_load_discharge_limit(
|
@@ -499,6 +501,8 @@ class ApiImplType1(ApiImpl):
|
|
499
501
|
).json()
|
500
502
|
_LOGGER.debug(f"{DOMAIN} - Set v2l limit Response: {response}")
|
501
503
|
_check_response_for_errors(response)
|
504
|
+
token.device_id = self._get_device_id(self._get_stamp())
|
505
|
+
return response["msgId"]
|
502
506
|
|
503
507
|
def lock_action(
|
504
508
|
self, token: Token, vehicle: Vehicle, action: VEHICLE_LOCK_ACTION
|
{hyundai_kia_connect_api-3.34.1.dist-info → hyundai_kia_connect_api-3.34.2.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: hyundai_kia_connect_api
|
3
|
-
Version: 3.34.
|
3
|
+
Version: 3.34.2
|
4
4
|
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
|
5
5
|
Home-page: https://github.com/Hyundai-Kia-Connect/hyundai_kia_connect_api
|
6
6
|
Author: Fuat Akgun
|
{hyundai_kia_connect_api-3.34.1.dist-info → hyundai_kia_connect_api-3.34.2.dist-info}/RECORD
RENAMED
@@ -1,5 +1,5 @@
|
|
1
1
|
hyundai_kia_connect_api/ApiImpl.py,sha256=smtAOUzjmO3ci2LHoNiEmTe2UR1f0SqmVUQiweZ6je4,9610
|
2
|
-
hyundai_kia_connect_api/ApiImplType1.py,sha256=
|
2
|
+
hyundai_kia_connect_api/ApiImplType1.py,sha256=dlWw_HW0eLwl3Tj83llckMWxFk96QGShwXlA1iknCqY,19730
|
3
3
|
hyundai_kia_connect_api/HyundaiBlueLinkApiUSA.py,sha256=FGYyrS3dSq8Plfu8DQMwVG1LM3nmRv8Y4vrN7wZ4oVY,36988
|
4
4
|
hyundai_kia_connect_api/KiaUvoApiAU.py,sha256=hsm3PYQho9oT_TpPl7XzgcIPQjqcUL9TBv9R6ftvFiI,44267
|
5
5
|
hyundai_kia_connect_api/KiaUvoApiCA.py,sha256=XBya0yHZ2MC3TBVQLSc6N-SzmGt_s3l4nGVyNgmjl9Q,32514
|
@@ -14,10 +14,10 @@ hyundai_kia_connect_api/bluelink.py,sha256=JiNIHl-Qi8zwqyN6ywKg5CdXOLT74WkvpjVcn
|
|
14
14
|
hyundai_kia_connect_api/const.py,sha256=dXEh-lpthH8000nUXFoRZpQXkTxVHDAgDe_KqnSZhZw,2280
|
15
15
|
hyundai_kia_connect_api/exceptions.py,sha256=m7gyDnvA5OVAK4EXSP_ZwE0s0uV8HsGUV0tiYwqofK0,1343
|
16
16
|
hyundai_kia_connect_api/utils.py,sha256=J0aXUX-nKIoS3XbelatNh-DZlHRU2_DYz_Mg_ZUKQJU,1957
|
17
|
-
hyundai_kia_connect_api-3.34.
|
18
|
-
hyundai_kia_connect_api-3.34.
|
19
|
-
hyundai_kia_connect_api-3.34.
|
20
|
-
hyundai_kia_connect_api-3.34.
|
21
|
-
hyundai_kia_connect_api-3.34.
|
22
|
-
hyundai_kia_connect_api-3.34.
|
23
|
-
hyundai_kia_connect_api-3.34.
|
17
|
+
hyundai_kia_connect_api-3.34.2.dist-info/licenses/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
|
18
|
+
hyundai_kia_connect_api-3.34.2.dist-info/licenses/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
|
19
|
+
hyundai_kia_connect_api-3.34.2.dist-info/METADATA,sha256=r4pHCHt9lHQRgYymUUkf_FVkxUFmC-YyMB4S67MUbjQ,7142
|
20
|
+
hyundai_kia_connect_api-3.34.2.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
|
21
|
+
hyundai_kia_connect_api-3.34.2.dist-info/entry_points.txt,sha256=XfrroRdyC_9q9VXjEZe5SdRPhkQyCCE4S7ZK6XSKelA,67
|
22
|
+
hyundai_kia_connect_api-3.34.2.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
|
23
|
+
hyundai_kia_connect_api-3.34.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hyundai_kia_connect_api-3.34.1.dist-info → hyundai_kia_connect_api-3.34.2.dist-info}/top_level.txt
RENAMED
File without changes
|