syntax = "proto3"; message BatteryAccum { int32 soc = 1; int32 soh = 2; int64 SOH_AlgUnexTime = 3; string CHG_AHaccum = 4; string CHG_PHaccum = 5; string DSG_AHaccum = 6; string DSG_PHaccum = 7; string OverTemp_CHG_AHaccum = 8; string OverTemp_CHG_PHaccum = 9; int32 totalOnlineDays = 10; int32 totalMileage = 11; int32 totalOverChargeCount = 12; int32 totalOverUseCount = 13; int32 totalLoopCount = 14; string energyFeedAh = 15; string energyFeedWh = 16; }