mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-05 02:19:56 +08:00
!16 云快充1.5.0 充电阶段BMS中止
* Merge branch 'Feat_0x1D' into develop * 解析中止原因; 定义领域模型 * add 云快充1.5.0 充电阶段BMS中止
This commit is contained in:
@@ -69,6 +69,7 @@ message UplinkQueueMessage {
|
||||
BmsChargingErrorProto bmsChargingErrorProto = 31;
|
||||
BmsParamConfigReport bmsParamConfigReport = 33;
|
||||
BmsChargingInfoProto bmsChargingInfoProto = 34;
|
||||
BmsAbortDuringChargingRequest bmsAbortDuringChargingRequest = 35;
|
||||
}
|
||||
|
||||
message DownlinkRequestMessage {
|
||||
@@ -324,4 +325,11 @@ message BmsChargingInfoProto {
|
||||
string gunCode = 2;
|
||||
string tradeNo = 3;
|
||||
optional string additionalInfo = 4;
|
||||
}
|
||||
|
||||
message BmsAbortDuringChargingRequest {
|
||||
string pileCode = 4;
|
||||
string gunCode = 5;
|
||||
string tradeNo = 6;
|
||||
optional string additionalInfo = 20;
|
||||
}
|
||||
Reference in New Issue
Block a user