Hyundai CAN FD: query hvac with alt request (#27891)

Update values.py
old-commit-hash: 210dd942f04bc85a31dda0df0b545017bb964479
This commit is contained in:
Shane Smiskol
2023-04-12 16:37:53 -07:00
committed by GitHub
parent 920df8f725
commit 6af062c979
+2 -2
View File
@@ -385,14 +385,14 @@ FW_QUERY_CONFIG = FwQueryConfig(
Request(
[HYUNDAI_VERSION_REQUEST_ALT],
[HYUNDAI_VERSION_RESPONSE],
whitelist_ecus=[Ecu.parkingAdas],
whitelist_ecus=[Ecu.parkingAdas, Ecu.hvac],
bus=0,
auxiliary=True,
),
Request(
[HYUNDAI_VERSION_REQUEST_ALT],
[HYUNDAI_VERSION_RESPONSE],
whitelist_ecus=[Ecu.parkingAdas],
whitelist_ecus=[Ecu.parkingAdas, Ecu.hvac],
bus=1,
auxiliary=True,
obd_multiplexing=False,