mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 09:59:55 +08:00
Merge branch 'bugfix_merge'
# Conflicts: # jcpp-app/src/main/java/sanbing/jcpp/app/service/impl/DefaultPileProtocolService.java # jcpp-protocol-yunkuaichong/READMD.md
This commit is contained in:
@@ -323,6 +323,14 @@ public class DefaultPileProtocolService implements PileProtocolService {
|
||||
callback.onSuccess();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBmsParamConfigReport(UplinkQueueMessage uplinkQueueMsg, Callback callback) {
|
||||
log.info("充电桩与 BMS 参数配置阶段报文 {}", uplinkQueueMsg);
|
||||
|
||||
callback.onSuccess();
|
||||
}
|
||||
|
||||
|
||||
private static Period createPeriod(int sn, LocalTime beginTime, LocalTime endTime, PricingModelFlag flag) {
|
||||
Period period = new Period();
|
||||
period.setSn(sn);
|
||||
@@ -346,9 +354,4 @@ public class DefaultPileProtocolService implements PileProtocolService {
|
||||
builder.setRequestData(uplinkQueueMessage.getRequestData());
|
||||
return builder;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBmsParamConfigReport(UplinkQueueMessage uplinkQueueMsg, Callback callback) {
|
||||
log.info("充电桩与 BMS 参数配置阶段报文 {}", uplinkQueueMsg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user