BatteryProtectionConfig Struct Reference
Battery Protection Config struct which contains the response received from the service.
#include <mcuApi.h>
Public Attributes | |
std::string | timestamp |
timestamp | |
float | idle_voltage |
idle voltage identified by ignition position off, engine off and stationary vehicle | |
float | voltage_percentage_over_idle_voltage_threshold |
voltage percentage threshold calculated over idle voltage | |
float | hysteresis_percentage_over_idle_voltage |
hysteresis percentage calculated over idle voltage | |
std::uint32_t | grace_period_minutes |
grace period in minutes used to enter in halt mode irrevocably | |