mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-07 11:29:53 +08:00
!47 新增 充电桩主动申请启动充电(0x31)2.运营平台确认启动充电(0x32)
* fix(ProtocolUplinkConsumerService):指标初始化代码恢复 * update:启动方式枚举类调整 * update:增加 0x31、0x32 的枚举类 * update:添加下行日志打印 * add:1.充电桩主动申请启动充电(0x31)2.运营平台确认启动充电(0x32)
This commit is contained in:
@@ -72,6 +72,11 @@ public interface PileProtocolService {
|
||||
*/
|
||||
void onTransactionRecordRequest(UplinkQueueMessage uplinkQueueMessage, Callback callback);
|
||||
|
||||
/**
|
||||
* 充电桩主动申请启动充电
|
||||
*/
|
||||
void onStartChargeRequest(UplinkQueueMessage uplinkQueueMessage, Callback callback);
|
||||
|
||||
/**
|
||||
* 启动充电(支持卡号和并充序号)
|
||||
* 当 parallelNo 不为空时,自动使用并充启机命令
|
||||
|
||||
Reference in New Issue
Block a user