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:
@@ -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