hyundai-kia-connect-api 3.26.0__py2.py3-none-any.whl → 3.27.0__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.

@@ -386,6 +386,9 @@ class HyundaiBlueLinkAPIUSA(ApiImpl):
386
386
  vehicle.ev_battery_is_plugged_in = get_child_value(
387
387
  state, "vehicleStatus.evStatus.batteryPlugin"
388
388
  )
389
+ vehicle.ev_charging_current = get_child_value(
390
+ state, "vehicleStatus.evStatus.batteryStndChrgPower"
391
+ )
389
392
  ChargeDict = get_child_value(
390
393
  state, "vehicleStatus.evStatus.reservChargeInfos.targetSOClist"
391
394
  )
@@ -159,7 +159,9 @@ class Vehicle:
159
159
 
160
160
  ev_charge_limits_dc: typing.Union[int, None] = None
161
161
  ev_charge_limits_ac: typing.Union[int, None] = None
162
- ev_charging_current: typing.Union[int, None] = None # Europe feature only
162
+ ev_charging_current: typing.Union[int, None] = (
163
+ None # Only supported in some regions
164
+ )
163
165
  ev_v2l_discharge_limit: typing.Union[int, None] = None
164
166
 
165
167
  # energy consumed and regenerated since the vehicle was paired with the account
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hyundai_kia_connect_api
3
- Version: 3.26.0
3
+ Version: 3.27.0
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
@@ -1,21 +1,21 @@
1
1
  hyundai_kia_connect_api/ApiImpl.py,sha256=9DoAtk8-pE0WaLzRTM7uydkUoxS_Almcooeonp7vTQE,7538
2
2
  hyundai_kia_connect_api/ApiImplType1.py,sha256=PnKwpbCoYGOXBWzBLIlDSrC6daIYeW9qlfW7TM4HCU0,12184
3
- hyundai_kia_connect_api/HyundaiBlueLinkAPIUSA.py,sha256=MK1cFcnuZebogz32-nXjHt0pAgQ1-2lrurw8SADX6ww,36690
3
+ hyundai_kia_connect_api/HyundaiBlueLinkAPIUSA.py,sha256=FqsU3R938nK-jVDkajs_niutXW_eoGNCLdsLhdNbx8c,36820
4
4
  hyundai_kia_connect_api/KiaUvoAPIUSA.py,sha256=LbEh7EM19kpvhwPSMpEYIHVNUSOJsuvNjcXJzyc_P8A,31338
5
5
  hyundai_kia_connect_api/KiaUvoApiAU.py,sha256=tslh0gzvPBwYJmcWlf9B0l7PyYZdy2e7GqpRkl8_Svk,48471
6
6
  hyundai_kia_connect_api/KiaUvoApiCA.py,sha256=B3Lks_ONr3l01QLl-GQBPdktXj9PZWKuQKRLYmJ7kP4,30763
7
7
  hyundai_kia_connect_api/KiaUvoApiCN.py,sha256=cwIPZ0dU6HolKdooUQeQKlLAic6YU8dQmNs0VQDBgpQ,47035
8
8
  hyundai_kia_connect_api/KiaUvoApiEU.py,sha256=9KFtTYfBi7fyWABhFCVcKhqV6pWD7p-Wg9lvdfJso4E,70273
9
9
  hyundai_kia_connect_api/Token.py,sha256=ZsPvXh1ID7FUTGHAqhZUZyrKT7xVbOtIn6FRJn4Ygf0,370
10
- hyundai_kia_connect_api/Vehicle.py,sha256=M95Eq1vK-th5se7dZHEDcTOM1b19GIjpecyw2MKykQ8,18639
10
+ hyundai_kia_connect_api/Vehicle.py,sha256=rJOob5q79hxAXx3IByPYkS0gS86NR5oQG8P4oW6LWQI,18666
11
11
  hyundai_kia_connect_api/VehicleManager.py,sha256=BfDdfLVSw04FvCv_sQweqOg_kPO6xD884XwAuPGKmTY,10940
12
12
  hyundai_kia_connect_api/__init__.py,sha256=IkyVeIMbcFJZgLaiiNnUVA1Ferxvrm1bXHKVg01cxvc,319
13
13
  hyundai_kia_connect_api/const.py,sha256=HE0_1_be4ERB73vsekWxv6TDWd8cvAgY1oPZojUrcwM,2096
14
14
  hyundai_kia_connect_api/exceptions.py,sha256=m7gyDnvA5OVAK4EXSP_ZwE0s0uV8HsGUV0tiYwqofK0,1343
15
15
  hyundai_kia_connect_api/utils.py,sha256=J0aXUX-nKIoS3XbelatNh-DZlHRU2_DYz_Mg_ZUKQJU,1957
16
- hyundai_kia_connect_api-3.26.0.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
17
- hyundai_kia_connect_api-3.26.0.dist-info/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
18
- hyundai_kia_connect_api-3.26.0.dist-info/METADATA,sha256=qi646hb4PcmmU61YBCPsJt578fe5vzoAw9iMWPnxzT4,6142
19
- hyundai_kia_connect_api-3.26.0.dist-info/WHEEL,sha256=OpXWERl2xLPRHTvd2ZXo_iluPEQd8uSbYkJ53NAER_Y,109
20
- hyundai_kia_connect_api-3.26.0.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
21
- hyundai_kia_connect_api-3.26.0.dist-info/RECORD,,
16
+ hyundai_kia_connect_api-3.27.0.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
17
+ hyundai_kia_connect_api-3.27.0.dist-info/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
18
+ hyundai_kia_connect_api-3.27.0.dist-info/METADATA,sha256=b8GAEqB4qSC-K3WLRl5FtWbN4Tyze_p3CtUKWXJgY-Q,6142
19
+ hyundai_kia_connect_api-3.27.0.dist-info/WHEEL,sha256=OpXWERl2xLPRHTvd2ZXo_iluPEQd8uSbYkJ53NAER_Y,109
20
+ hyundai_kia_connect_api-3.27.0.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
21
+ hyundai_kia_connect_api-3.27.0.dist-info/RECORD,,