mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 09:59:55 +08:00
!47 新增 充电桩主动申请启动充电(0x31)2.运营平台确认启动充电(0x32)
* fix(ProtocolUplinkConsumerService):指标初始化代码恢复 * update:启动方式枚举类调整 * update:增加 0x31、0x32 的枚举类 * update:添加下行日志打印 * add:1.充电桩主动申请启动充电(0x31)2.运营平台确认启动充电(0x32)
This commit is contained in:
@@ -39,5 +39,7 @@ public enum DownlinkCmdEnum {
|
||||
|
||||
OFFLINE_CARD_BALANCE_UPDATE_REQUEST,
|
||||
|
||||
OFFLINE_CARD_SYNC_REQUEST
|
||||
OFFLINE_CARD_SYNC_REQUEST,
|
||||
|
||||
START_CHARGE_ACK
|
||||
}
|
||||
Reference in New Issue
Block a user