!12 充电过程BMS信息

* Merge branch 'master' into Feat_BMS_Charging_Info
* 修改实体名称
* Merge branch 'master' into Feat_BMS_Charging_Info
* 充电过程BMS信息
* 充电过程BMS信息
* 充电过程BMS信息
This commit is contained in:
increment
2025-08-01 07:20:12 +00:00
committed by 三丙
parent 48d7209ed4
commit 6c439fb4a0
6 changed files with 130 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ message UplinkQueueMessage {
TransactionRecord transactionRecord = 30;
BmsChargingErrorProto bmsChargingErrorProto = 31;
BmsParamConfigReport bmsParamConfigReport = 33;
BmsChargingInfoProto bmsChargingInfoProto = 34;
}
message DownlinkRequestMessage {
@@ -316,4 +317,11 @@ message BmsParamConfigReport {
string pileMinOutputVoltage = 13; // 电桩最低输出电压 (V)
string pileMaxOutputCurrent = 14; // 电桩最大输出电流 (A)
string pileMinOutputCurrent = 15; // 电桩最小输出电流 (A)
}
message BmsChargingInfoProto {
string pileCode = 1;
string gunCode = 2;
string tradeNo = 3;
optional string additionalInfo = 4;
}