float ELM327::hybridBatLife() Description: ------------ * Find hybrid battery pack remaining life in % Inputs: ------- * void Return: ------- * float - Hybrid battery pack remaining life in % */
| 2173 | * float - Hybrid battery pack remaining life in % |
| 2174 | */ |
| 2175 | float ELM327::hybridBatLife() |
| 2176 | { |
| 2177 | return processPID(SERVICE_01, HYBRID_BATTERY_REMAINING_LIFE, 1, 1, 100.0 / 255.0); |
| 2178 | } |
| 2179 | |
| 2180 | /* |
| 2181 | float ELM327::oilTemp() |
nothing calls this directly
no outgoing calls
no test coverage detected