hyundai-kia-connect-api 3.14.3__py2.py3-none-any.whl → 3.15.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.
@@ -573,6 +573,9 @@ class KiaUvoApiEU(ApiImpl):
573
573
  vehicle.ev_charge_limits_dc = get_child_value(
574
574
  state, "Green.ChargingInformation.TargetSoC.Quick"
575
575
  )
576
+ vehicle.ev_v2l_discharge_limit = get_child_value(
577
+ state, "Green.Electric.SmartGrid.VehicleToLoad.DischargeLimitation.SoC"
578
+ )
576
579
  vehicle.ev_target_range_charge_AC = (
577
580
  get_child_value(
578
581
  state,
@@ -158,6 +158,7 @@ class Vehicle:
158
158
 
159
159
  ev_charge_limits_dc: typing.Union[int, None] = None
160
160
  ev_charge_limits_ac: typing.Union[int, None] = None
161
+ ev_v2l_discharge_limit: typing.Union[int, None] = None
161
162
 
162
163
  # energy consumed and regenerated since the vehicle was paired with the account
163
164
  # (so not necessarily for the vehicle's lifetime)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hyundai_kia_connect_api
3
- Version: 3.14.3
3
+ Version: 3.15.0
4
4
  Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
5
5
  Home-page: https://github.com/fuatakgun/hyundai_kia_connect_api
6
6
  Author: Fuat Akgun
@@ -4,17 +4,17 @@ hyundai_kia_connect_api/KiaUvoAPIUSA.py,sha256=zDSnfUtdExnb1e-x6-qQgqd5nlDaWIHqQ
4
4
  hyundai_kia_connect_api/KiaUvoApiAU.py,sha256=V6AJWo5WmQr4FIxcTBF0ajt9YPGqjkux0P4GALRsGMc,48363
5
5
  hyundai_kia_connect_api/KiaUvoApiCA.py,sha256=7bcDLcJ3JLLoWldPy514eKhWUAo1Gb1mu_3SaXno4v8,30358
6
6
  hyundai_kia_connect_api/KiaUvoApiCN.py,sha256=MjXdDdm1wDVvFZhgg8AjAF6X2SB-AIFMTE5iRmr80QM,47384
7
- hyundai_kia_connect_api/KiaUvoApiEU.py,sha256=K4iidWr_gRgNAvKAwcnlIWOO49hCKx1tyr5nIZ6oSsw,67617
7
+ hyundai_kia_connect_api/KiaUvoApiEU.py,sha256=x2857fo9e_wRXnp-Ii01iSTWFHSWHGVLNBxF17tlhPw,67769
8
8
  hyundai_kia_connect_api/Token.py,sha256=ZsPvXh1ID7FUTGHAqhZUZyrKT7xVbOtIn6FRJn4Ygf0,370
9
- hyundai_kia_connect_api/Vehicle.py,sha256=CX3BOMOzKwcjuQJCfruvcffjNmGE9oolaeOexlaVRGI,13585
9
+ hyundai_kia_connect_api/Vehicle.py,sha256=jx8m3z9QRg9BvLLMT8wL0yD6jCnsA_w1nYE19Pm0bUo,13644
10
10
  hyundai_kia_connect_api/VehicleManager.py,sha256=JdJ8tUCVGciVC1SJubmMQqEZ7KXp6DlI_UiOQPkDeN4,9654
11
11
  hyundai_kia_connect_api/__init__.py,sha256=6UwXW6Lj5VnRtWNOt_0dLFdOYlcbysHCc6ol_XAC5YM,479
12
12
  hyundai_kia_connect_api/const.py,sha256=C25jgV79u7SZF5xDy96gol_CekIkyI4h3goTyDEmng0,1967
13
13
  hyundai_kia_connect_api/exceptions.py,sha256=m7gyDnvA5OVAK4EXSP_ZwE0s0uV8HsGUV0tiYwqofK0,1343
14
14
  hyundai_kia_connect_api/utils.py,sha256=rfhERPXkzqelsaieLtiAyN9xDDTheNyKX5aBPRLrHf4,1117
15
- hyundai_kia_connect_api-3.14.3.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
16
- hyundai_kia_connect_api-3.14.3.dist-info/LICENSE,sha256=AsZwIRViAze7ObwO6V6IB0q4caXv6DJS2-3dsU1FWy8,1069
17
- hyundai_kia_connect_api-3.14.3.dist-info/METADATA,sha256=-JgrRrngSCgzCYOVrqttABvl6euNFqLEOsAH05vosQE,5770
18
- hyundai_kia_connect_api-3.14.3.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
19
- hyundai_kia_connect_api-3.14.3.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
20
- hyundai_kia_connect_api-3.14.3.dist-info/RECORD,,
15
+ hyundai_kia_connect_api-3.15.0.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
16
+ hyundai_kia_connect_api-3.15.0.dist-info/LICENSE,sha256=AsZwIRViAze7ObwO6V6IB0q4caXv6DJS2-3dsU1FWy8,1069
17
+ hyundai_kia_connect_api-3.15.0.dist-info/METADATA,sha256=c2pcOFSUT-vqSAFQvJqd26SKdpc2KJF0roi3I8m7k2Y,5770
18
+ hyundai_kia_connect_api-3.15.0.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
19
+ hyundai_kia_connect_api-3.15.0.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
20
+ hyundai_kia_connect_api-3.15.0.dist-info/RECORD,,