hyundai-kia-connect-api 3.30.1__py2.py3-none-any.whl → 3.30.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.

Potentially problematic release.


This version of hyundai-kia-connect-api might be problematic. Click here for more details.

@@ -582,7 +582,7 @@ class KiaUvoApiCA(ApiImpl):
582
582
  )
583
583
  if vehicle.engine_type == ENGINE_TYPES.EV:
584
584
  payload = {
585
- "hvacInfo": {
585
+ "remoteControl": {
586
586
  "airCtrl": int(options.climate),
587
587
  "defrost": options.defrost,
588
588
  "heating1": options.heating,
@@ -591,6 +591,13 @@ class KiaUvoApiCA(ApiImpl):
591
591
  "unit": 0,
592
592
  "hvacTempType": 1,
593
593
  },
594
+ "igniOnDuration": options.duration,
595
+ "seatHeaterVentCMD": {
596
+ "drvSeatOptCmd": options.front_left_seat,
597
+ "astSeatOptCmd": options.front_right_seat,
598
+ "rlSeatOptCmd": options.rear_left_seat,
599
+ "rrSeatOptCmd": options.rear_right_seat,
600
+ },
594
601
  },
595
602
  "pin": token.pin,
596
603
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hyundai_kia_connect_api
3
- Version: 3.30.1
3
+ Version: 3.30.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
@@ -2,7 +2,7 @@ hyundai_kia_connect_api/ApiImpl.py,sha256=9DoAtk8-pE0WaLzRTM7uydkUoxS_Almcooeonp
2
2
  hyundai_kia_connect_api/ApiImplType1.py,sha256=PnKwpbCoYGOXBWzBLIlDSrC6daIYeW9qlfW7TM4HCU0,12184
3
3
  hyundai_kia_connect_api/HyundaiBlueLinkApiUSA.py,sha256=Tx-L4ZWiPhq-uHcjWSUzjLEsfunV6nzyzqQpjPTYuIo,36831
4
4
  hyundai_kia_connect_api/KiaUvoApiAU.py,sha256=tslh0gzvPBwYJmcWlf9B0l7PyYZdy2e7GqpRkl8_Svk,48471
5
- hyundai_kia_connect_api/KiaUvoApiCA.py,sha256=B3Lks_ONr3l01QLl-GQBPdktXj9PZWKuQKRLYmJ7kP4,30763
5
+ hyundai_kia_connect_api/KiaUvoApiCA.py,sha256=HK9WbqIU9BSjOfrbdTDQEv26iNgZAUTooQ5khD71aPw,31152
6
6
  hyundai_kia_connect_api/KiaUvoApiCN.py,sha256=cwIPZ0dU6HolKdooUQeQKlLAic6YU8dQmNs0VQDBgpQ,47035
7
7
  hyundai_kia_connect_api/KiaUvoApiEU.py,sha256=wNHMuyANzunMzp6DtjJmA1k4DbkXcHvebA-bS107ueA,70416
8
8
  hyundai_kia_connect_api/KiaUvoApiUSA.py,sha256=gwGUcyJB82fM-tnUqistw4upvzMFnWew9JMY_V88bkQ,30480
@@ -14,10 +14,10 @@ hyundai_kia_connect_api/bluelink.py,sha256=sBU7hlElie21GU4Ma-i4a5vdztGc2jtmlVBbb
14
14
  hyundai_kia_connect_api/const.py,sha256=HE0_1_be4ERB73vsekWxv6TDWd8cvAgY1oPZojUrcwM,2096
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.30.1.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
18
- hyundai_kia_connect_api-3.30.1.dist-info/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
19
- hyundai_kia_connect_api-3.30.1.dist-info/METADATA,sha256=hPadKHo-_8yFq94qPZ1yC6spSuB4WhmaWfxgOam0mDI,6674
20
- hyundai_kia_connect_api-3.30.1.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
21
- hyundai_kia_connect_api-3.30.1.dist-info/entry_points.txt,sha256=XfrroRdyC_9q9VXjEZe5SdRPhkQyCCE4S7ZK6XSKelA,67
22
- hyundai_kia_connect_api-3.30.1.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
23
- hyundai_kia_connect_api-3.30.1.dist-info/RECORD,,
17
+ hyundai_kia_connect_api-3.30.2.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
18
+ hyundai_kia_connect_api-3.30.2.dist-info/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
19
+ hyundai_kia_connect_api-3.30.2.dist-info/METADATA,sha256=ngRR_gIyFc_3rjbRyMuEewU_fj3KqkQ5uzxsWxk5FTI,6674
20
+ hyundai_kia_connect_api-3.30.2.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
21
+ hyundai_kia_connect_api-3.30.2.dist-info/entry_points.txt,sha256=XfrroRdyC_9q9VXjEZe5SdRPhkQyCCE4S7ZK6XSKelA,67
22
+ hyundai_kia_connect_api-3.30.2.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
23
+ hyundai_kia_connect_api-3.30.2.dist-info/RECORD,,