mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 09:59:55 +08:00
!9 充电桩与 BMS 充电错误报文更新
* 测试用例修改 * Merge remote-tracking branch 'refs/remotes/upstream/master' into feat_15bmserror * 充电桩与 BMS 充电错误报文更新 * 充电桩与 BMS 充电错误报文更新 * 充电桩与 BMS 充电错误报文更新
This commit is contained in:
@@ -66,6 +66,7 @@ message UplinkQueueMessage {
|
||||
RemoteStartChargingResponse remoteStartChargingResponse = 28;
|
||||
RemoteStopChargingResponse remoteStopChargingResponse = 29;
|
||||
TransactionRecord transactionRecord = 30;
|
||||
BmsChargingErrorProto bmsChargingErrorProto = 31;
|
||||
BmsParamConfigReport bmsParamConfigReport = 33;
|
||||
}
|
||||
|
||||
@@ -286,6 +287,14 @@ message TransactionRecord {
|
||||
optional string additionalInfo = 20;
|
||||
}
|
||||
|
||||
message BmsChargingErrorProto {
|
||||
int64 ts = 1;
|
||||
string pileCode = 4;
|
||||
string gunCode = 5;
|
||||
string tradeNo = 6;
|
||||
optional string additionalInfo = 20;
|
||||
}
|
||||
|
||||
message TransactionRecordAck {
|
||||
string tradeNo = 6;
|
||||
bool success = 7;
|
||||
|
||||
Reference in New Issue
Block a user