hyundai-kia-connect-api 3.32.12__py2.py3-none-any.whl → 3.32.13__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.
@@ -596,18 +596,32 @@ class KiaUvoApiCA(ApiImpl):
596
596
  },
597
597
  }
598
598
  if BRANDS[self.brand] == BRAND_KIA:
599
- payload["remoteControl"] = climate_settings
600
- payload["remoteControl"].update(
601
- {
602
- "igniOnDuration": options.duration,
603
- "seatHeaterVentCMD": {
604
- "drvSeatOptCmd": options.front_left_seat,
605
- "astSeatOptCmd": options.front_right_seat,
606
- "rlSeatOptCmd": options.rear_left_seat,
607
- "rrSeatOptCmd": options.rear_right_seat,
608
- },
609
- }
610
- )
599
+ if vehicle.name == "EV9":
600
+ payload["remoteControl"] = climate_settings
601
+ payload["remoteControl"].update(
602
+ {
603
+ "igniOnDuration": options.duration,
604
+ "seatHeaterVentCMD": {
605
+ "drvSeatOptCmd": options.front_left_seat,
606
+ "astSeatOptCmd": options.front_right_seat,
607
+ "rlSeatOptCmd": options.rear_left_seat,
608
+ "rrSeatOptCmd": options.rear_right_seat,
609
+ },
610
+ }
611
+ )
612
+ else:
613
+ payload["hvacInfo"] = climate_settings
614
+ payload["hvacInfo"].update(
615
+ {
616
+ "igniOnDuration": options.duration,
617
+ "seatHeaterVentCMD": {
618
+ "drvSeatOptCmd": options.front_left_seat,
619
+ "astSeatOptCmd": options.front_right_seat,
620
+ "rlSeatOptCmd": options.rear_left_seat,
621
+ "rrSeatOptCmd": options.rear_right_seat,
622
+ },
623
+ }
624
+ )
611
625
  else:
612
626
  payload["hvacInfo"] = climate_settings
613
627
  else:
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: hyundai_kia_connect_api
3
- Version: 3.32.12
3
+ Version: 3.32.13
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
@@ -27,6 +27,7 @@ Dynamic: description
27
27
  Dynamic: home-page
28
28
  Dynamic: keywords
29
29
  Dynamic: license
30
+ Dynamic: license-file
30
31
  Dynamic: requires-dist
31
32
  Dynamic: requires-python
32
33
  Dynamic: summary
@@ -2,7 +2,7 @@ hyundai_kia_connect_api/ApiImpl.py,sha256=sgUXOcQnBMTVylxOLeqnYOGnz9KqLqRClRpE12
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=nkKi29QzfMjPAdrSsb4M6-w1c-A0kGqIJeIt8QvL5RI,31781
5
+ hyundai_kia_connect_api/KiaUvoApiCA.py,sha256=XBya0yHZ2MC3TBVQLSc6N-SzmGt_s3l4nGVyNgmjl9Q,32514
6
6
  hyundai_kia_connect_api/KiaUvoApiCN.py,sha256=cwIPZ0dU6HolKdooUQeQKlLAic6YU8dQmNs0VQDBgpQ,47035
7
7
  hyundai_kia_connect_api/KiaUvoApiEU.py,sha256=TxgO2dfLjKSKfSkRMoTL_fbmzRFRPb8oJ9IDztD50Ug,71300
8
8
  hyundai_kia_connect_api/KiaUvoApiUSA.py,sha256=8DP7iOORHtU98LipcAYEPdtJvubBlUP2-jlDxAhTDhQ,30548
@@ -14,10 +14,10 @@ hyundai_kia_connect_api/bluelink.py,sha256=JiNIHl-Qi8zwqyN6ywKg5CdXOLT74WkvpjVcn
14
14
  hyundai_kia_connect_api/const.py,sha256=scBlhrMims0W6_pESVVdQz2uUxczg2cf2qDQ7avbhVo,2174
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.32.12.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
18
- hyundai_kia_connect_api-3.32.12.dist-info/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
19
- hyundai_kia_connect_api-3.32.12.dist-info/METADATA,sha256=mzf9EEQB1CexgW4qlcomPbkn3uH-5iyS4tN5ilJrbSo,6872
20
- hyundai_kia_connect_api-3.32.12.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
21
- hyundai_kia_connect_api-3.32.12.dist-info/entry_points.txt,sha256=XfrroRdyC_9q9VXjEZe5SdRPhkQyCCE4S7ZK6XSKelA,67
22
- hyundai_kia_connect_api-3.32.12.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
23
- hyundai_kia_connect_api-3.32.12.dist-info/RECORD,,
17
+ hyundai_kia_connect_api-3.32.13.dist-info/licenses/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
18
+ hyundai_kia_connect_api-3.32.13.dist-info/licenses/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
19
+ hyundai_kia_connect_api-3.32.13.dist-info/METADATA,sha256=Cl6ErHgVEh4ERzwy9e44JgWPd7jeKMAl9YbKMG2UkYo,6894
20
+ hyundai_kia_connect_api-3.32.13.dist-info/WHEEL,sha256=aoLN90hLOL0c0qxXMxWYUM3HA3WmFGZQqEJHX1V_OJE,109
21
+ hyundai_kia_connect_api-3.32.13.dist-info/entry_points.txt,sha256=XfrroRdyC_9q9VXjEZe5SdRPhkQyCCE4S7ZK6XSKelA,67
22
+ hyundai_kia_connect_api-3.32.13.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
23
+ hyundai_kia_connect_api-3.32.13.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (77.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any