hyundai-kia-connect-api 3.30.0__py2.py3-none-any.whl → 3.30.1__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.
@@ -701,9 +701,10 @@ class KiaUvoApiUSA(ApiImpl):
701
701
  "airCtrl": options.climate,
702
702
  "defrost": options.defrost,
703
703
  "heatingAccessory": {
704
- "rearWindow": 1 if options.heating in [3, 4] else 0,
705
- "sideMirror": 1 if options.heating == 4 else 0,
706
- "steeringWheel": 1 if options.heating in [2, 4] else 0,
704
+ "rearWindow": 1 if options.heating in [1, 2, 4] else 0,
705
+ "sideMirror": 1 if options.heating in [1, 4] else 0,
706
+ "steeringWheel": 1 if options.heating in [1, 3, 4] else 0,
707
+ "steeringWheelStep": 2 if options.heating in [1, 3, 4] else 0,
707
708
  },
708
709
  "ignitionOnDuration": {
709
710
  "unit": 4,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hyundai_kia_connect_api
3
- Version: 3.30.0
3
+ Version: 3.30.1
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
@@ -5,7 +5,7 @@ hyundai_kia_connect_api/KiaUvoApiAU.py,sha256=tslh0gzvPBwYJmcWlf9B0l7PyYZdy2e7Gq
5
5
  hyundai_kia_connect_api/KiaUvoApiCA.py,sha256=B3Lks_ONr3l01QLl-GQBPdktXj9PZWKuQKRLYmJ7kP4,30763
6
6
  hyundai_kia_connect_api/KiaUvoApiCN.py,sha256=cwIPZ0dU6HolKdooUQeQKlLAic6YU8dQmNs0VQDBgpQ,47035
7
7
  hyundai_kia_connect_api/KiaUvoApiEU.py,sha256=wNHMuyANzunMzp6DtjJmA1k4DbkXcHvebA-bS107ueA,70416
8
- hyundai_kia_connect_api/KiaUvoApiUSA.py,sha256=fOXzWmVfRQj_kctJZZvpVb0W0voqo5hyG5E6eHddYjw,30386
8
+ hyundai_kia_connect_api/KiaUvoApiUSA.py,sha256=gwGUcyJB82fM-tnUqistw4upvzMFnWew9JMY_V88bkQ,30480
9
9
  hyundai_kia_connect_api/Token.py,sha256=ZsPvXh1ID7FUTGHAqhZUZyrKT7xVbOtIn6FRJn4Ygf0,370
10
10
  hyundai_kia_connect_api/Vehicle.py,sha256=raCMzJsLuJnVHlFJ16VKdKat55L0uivbbcZRDCGWTxI,18793
11
11
  hyundai_kia_connect_api/VehicleManager.py,sha256=I0HDOsbXDen-26vyD7YR-RUgdaofOZrv_H_PPPuWjHg,11087
@@ -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.0.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
18
- hyundai_kia_connect_api-3.30.0.dist-info/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
19
- hyundai_kia_connect_api-3.30.0.dist-info/METADATA,sha256=1vb9sZTrsL_iKp7KhTdcaKLxgaPMN9we2jHZFAfVAcA,6674
20
- hyundai_kia_connect_api-3.30.0.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
21
- hyundai_kia_connect_api-3.30.0.dist-info/entry_points.txt,sha256=XfrroRdyC_9q9VXjEZe5SdRPhkQyCCE4S7ZK6XSKelA,67
22
- hyundai_kia_connect_api-3.30.0.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
23
- hyundai_kia_connect_api-3.30.0.dist-info/RECORD,,
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,,