新增协议0x65预约充电启动结果上传

This commit is contained in:
Guoqs
2024-07-24 14:55:04 +08:00
parent 5a58d6e22c
commit ad31f21549
4 changed files with 9 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Component;
@Component
public class ReserveChargingHandler extends AbstractHandler{
private final String type = YKCUtils.frameType2Str(YKCFrameTypeCode.RESERVE_CHARGING_CODE.getBytes());
private final String type = YKCUtils.frameType2Str(YKCFrameTypeCode.RESERVATION_CHARGING_CODE.getBytes());
@Override
public void afterPropertiesSet() throws Exception {

View File

@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
@Component
public class ReserveChargingResponseHandler extends AbstractHandler{
private final String type = YKCUtils.frameType2Str(YKCFrameTypeCode.RESERVE_CHARGING_ANSWER_CODE.getBytes());
private final String type = YKCUtils.frameType2Str(YKCFrameTypeCode.RESERVATION_CHARGING_ANSWER_CODE.getBytes());
@Override
public void afterPropertiesSet() throws Exception {