mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 09:59:55 +08:00
!15 增加0x92远程重启和0x91远程重启应答
* Merge remote-tracking branch 'refs/remotes/upstream/master' into maste… * 0x92远程重启和0x91远程重启应答 * 0x92远程重启和0x91远程重启应答测试 * 0x92远程重启和0x91远程重启应答
This commit is contained in:
@@ -70,6 +70,8 @@ message UplinkQueueMessage {
|
||||
BmsParamConfigReport bmsParamConfigReport = 33;
|
||||
BmsChargingInfoProto bmsChargingInfoProto = 34;
|
||||
BmsAbortProto bmsAbortProto = 35;
|
||||
RestartPileResponse restartPileResponse = 36;
|
||||
|
||||
}
|
||||
|
||||
message DownlinkRequestMessage {
|
||||
@@ -90,6 +92,7 @@ message DownlinkRequestMessage {
|
||||
RemoteStartChargingRequest remoteStartChargingRequest = 25;
|
||||
RemoteStopChargingRequest remoteStopChargingRequest = 26;
|
||||
TransactionRecordAck transactionRecordAck = 27;
|
||||
RestartPileRequest restartPileRequest = 28;
|
||||
}
|
||||
|
||||
message DownlinkResponseMessage {
|
||||
@@ -242,6 +245,12 @@ message RemoteStartChargingRequest {
|
||||
optional string additionalInfo = 20;
|
||||
}
|
||||
|
||||
message RestartPileRequest {
|
||||
string pileCode = 4;
|
||||
int32 type = 7;
|
||||
|
||||
}
|
||||
|
||||
message RemoteStartChargingResponse {
|
||||
int64 ts = 1;
|
||||
string pileCode = 4;
|
||||
@@ -251,6 +260,11 @@ message RemoteStartChargingResponse {
|
||||
string failReason = 8;
|
||||
optional string additionalInfo = 20;
|
||||
}
|
||||
message RestartPileResponse {
|
||||
int64 ts = 1;
|
||||
string pileCode = 4;
|
||||
bool success = 7;
|
||||
}
|
||||
|
||||
message RemoteStopChargingRequest {
|
||||
string pileCode = 4;
|
||||
|
||||
Reference in New Issue
Block a user