hyundai-kia-connect-api 3.40.3__py2.py3-none-any.whl → 3.40.4__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.
@@ -443,11 +443,11 @@ class ApiImplType1(ApiImpl):
443
443
  vehicle.smart_key_battery_warning_is_on = bool(
444
444
  get_child_value(state, "Electronics.FOB.LowBattery")
445
445
  )
446
-
447
- if vehicle._ev_estimated_current_charge_duration == 0:
448
- vehicle.ev_battery_is_charging = False
449
- elif vehicle._ev_estimated_current_charge_duration > 0:
450
- vehicle.ev_battery_is_charging = True
446
+ if vehicle._ev_estimated_current_charge_duration is None:
447
+ if vehicle._ev_estimated_current_charge_duration == 0:
448
+ vehicle.ev_battery_is_charging = False
449
+ elif vehicle._ev_estimated_current_charge_duration > 0:
450
+ vehicle.ev_battery_is_charging = True
451
451
 
452
452
  if get_child_value(state, "Location.GeoCoord.Latitude"):
453
453
  location_last_updated_at = dt.datetime(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyundai_kia_connect_api
3
- Version: 3.40.3
3
+ Version: 3.40.4
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,5 +1,5 @@
1
1
  hyundai_kia_connect_api/ApiImpl.py,sha256=UeG2FH4KCdU5LvGp5Ks793vrWbwBx8MN_DedbVRRouM,9612
2
- hyundai_kia_connect_api/ApiImplType1.py,sha256=6LSqH-p5balKKVkE4lvw3FqLEToKRHBhfm83656eIDM,38243
2
+ hyundai_kia_connect_api/ApiImplType1.py,sha256=N4xNKM-5WA4zD9d00Nvf5GuGSymbFNAIyY8xtduH4oc,38324
3
3
  hyundai_kia_connect_api/HyundaiBlueLinkApiUSA.py,sha256=dg4r6cI38bFuX-vcI76N0kByKVUNZUlSZ8Jp_68xnAM,37079
4
4
  hyundai_kia_connect_api/KiaUvoApiAU.py,sha256=433Db-rp3drhyY8ZvN-GiVP85pl90Wwu4A2uAdkYH1c,36100
5
5
  hyundai_kia_connect_api/KiaUvoApiCA.py,sha256=qZsHdXnxAr9N3FnF6IxpnKbSkv1fHbCDcfDLLbZLm5Q,33784
@@ -15,10 +15,10 @@ hyundai_kia_connect_api/bluelink.py,sha256=JiNIHl-Qi8zwqyN6ywKg5CdXOLT74WkvpjVcn
15
15
  hyundai_kia_connect_api/const.py,sha256=ImISRt4QarbN8BOBlDGYRB3F69NKCcGu8ddFvNPhhXU,2370
16
16
  hyundai_kia_connect_api/exceptions.py,sha256=0dwKEPXN8KQVTeueDj2fL3E-TQMU7LjTEJbhcq8Mjx8,1467
17
17
  hyundai_kia_connect_api/utils.py,sha256=J0aXUX-nKIoS3XbelatNh-DZlHRU2_DYz_Mg_ZUKQJU,1957
18
- hyundai_kia_connect_api-3.40.3.dist-info/licenses/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
19
- hyundai_kia_connect_api-3.40.3.dist-info/licenses/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
20
- hyundai_kia_connect_api-3.40.3.dist-info/METADATA,sha256=SNhGpauZOI_23QKHwvaJZXaRl4VNGlt0zlqfAhyglr0,7156
21
- hyundai_kia_connect_api-3.40.3.dist-info/WHEEL,sha256=XAkygS4h1cf0JYWV13kJhTWht2y9NqKAsZuiTHc2920,109
22
- hyundai_kia_connect_api-3.40.3.dist-info/entry_points.txt,sha256=XfrroRdyC_9q9VXjEZe5SdRPhkQyCCE4S7ZK6XSKelA,67
23
- hyundai_kia_connect_api-3.40.3.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
24
- hyundai_kia_connect_api-3.40.3.dist-info/RECORD,,
18
+ hyundai_kia_connect_api-3.40.4.dist-info/licenses/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
19
+ hyundai_kia_connect_api-3.40.4.dist-info/licenses/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
20
+ hyundai_kia_connect_api-3.40.4.dist-info/METADATA,sha256=YxA3Nh6yTqsOHW5PkjhHFxv9n-O0_MxMJYvVZMKi34c,7156
21
+ hyundai_kia_connect_api-3.40.4.dist-info/WHEEL,sha256=_itY3bZllKbLk93i0gzNzdweAt5eocJdfN7atrjOnvQ,109
22
+ hyundai_kia_connect_api-3.40.4.dist-info/entry_points.txt,sha256=XfrroRdyC_9q9VXjEZe5SdRPhkQyCCE4S7ZK6XSKelA,67
23
+ hyundai_kia_connect_api-3.40.4.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
24
+ hyundai_kia_connect_api-3.40.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.0.0)
2
+ Generator: setuptools (80.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any