mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-05 02:19:56 +08:00
1103,1104,5,6指令,充电桩二维码下发和响应3,4指令
This commit is contained in:
@@ -36,6 +36,7 @@ message DownlinkRequestMessage {
|
||||
OfflineCardSyncRequest offlineCardSyncRequest = 31;
|
||||
TimeSyncRequest timeSyncRequest = 32;
|
||||
StartChargeResponse startChargeResponse = 33;
|
||||
SetQrcodeRequest setQrcodeRequest = 34;
|
||||
}
|
||||
|
||||
// 下行响应消息
|
||||
@@ -246,3 +247,13 @@ message TimeSyncRequest {
|
||||
string pileCode = 1;
|
||||
string time = 2;
|
||||
}
|
||||
// 设置二维码请求
|
||||
message SetQrcodeRequest {
|
||||
string pileCode = 4;
|
||||
QrcodeModelProto qrcodeModel = 1;
|
||||
}
|
||||
|
||||
message QrcodeModelProto {
|
||||
string gunName = 11;
|
||||
string code = 12;
|
||||
}
|
||||
|
||||
@@ -45,6 +45,8 @@ message UplinkQueueMessage {
|
||||
TimeSyncResponse timeSyncResponse = 42;
|
||||
BmsDemandChargerOutputProto bmsDemandChargerOutputProto = 43;
|
||||
StartChargeRequest startChargeRequest = 44;
|
||||
SetQrcodeResponse setQrcodeResponse = 45;
|
||||
|
||||
}
|
||||
|
||||
// 会话关闭事件
|
||||
@@ -346,3 +348,10 @@ message BmsDemandChargerOutputProto {
|
||||
string tradeNo = 6;
|
||||
optional string additionalInfo = 20;
|
||||
}
|
||||
// 设置二维码响应
|
||||
message SetQrcodeResponse {
|
||||
bool success = 1;
|
||||
string pileCode = 4;
|
||||
int32 type = 7;
|
||||
int32 startAddr = 8;
|
||||
}
|
||||
Reference in New Issue
Block a user