Is your feature request related to a problem? Please describe.
Problem is that int, int, int, int getVehicleWheelStates ( vehicle theVehicle ) - has different syntax than getVehicleDoorState and getVehiclePanelState
Describe the solution you'd like
deprecate getVehicleWheelStates , add function int getVehicleWheelState(vehicle, wheel)
Describe alternatives you've considered
No response
Additional context
Even gpt though it should be like that:

Security Policy