Hi all,
In Vehicle.cpp the NotifyVehicleIdling() routine is
essentially called when StdMetrics.ms_v_env_awake is true and
the idle ticker has expired. My understanding from the
standard metrics documentation is that the awake metric is to
indicate activity on the can bus eg when charging or prior to
the vehicle being turned on. Hence I was only expecting an
idle notification if the vehicle has been accidentally left in
the on state indicated by StandardMetrics.ms_v_env_on. Or have
I misunderstood how the two metrics and idle function are
intended to work or mean?
Cheers Derek