|
|
@ -118,7 +118,6 @@ class CarState(CarStateBase): |
|
|
|
# ACC okay but disabled (1), or a radar visibility or other fault/disruption (6 or 7) |
|
|
|
# ACC okay but disabled (1), or a radar visibility or other fault/disruption (6 or 7) |
|
|
|
ret.cruiseState.available = False |
|
|
|
ret.cruiseState.available = False |
|
|
|
ret.cruiseState.enabled = False |
|
|
|
ret.cruiseState.enabled = False |
|
|
|
ret.accFaulted = True |
|
|
|
|
|
|
|
ret.cruiseState.standstill = bool(pt_cp.vl["ESP_21"]["ESP_Haltebestaetigung"]) |
|
|
|
ret.cruiseState.standstill = bool(pt_cp.vl["ESP_21"]["ESP_Haltebestaetigung"]) |
|
|
|
ret.accFaulted = pt_cp.vl["TSK_06"]["TSK_Status"] in (6, 7) |
|
|
|
ret.accFaulted = pt_cp.vl["TSK_06"]["TSK_Status"] in (6, 7) |
|
|
|
|
|
|
|
|
|
|
|