mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 电单车协议
This commit is contained in:
@@ -158,7 +158,7 @@ public class EBikeMessageCmd82 extends AbsEBikeMessage {
|
||||
// 过载功率
|
||||
byte[] overloadPowerBytes = BytesUtil.stringToHexBytes(overloadPower, 2);
|
||||
// 二维码灯
|
||||
byte[] qrCodeLightBytes = BytesUtil.stringToHexBytes(qrCodeLight, 1);
|
||||
// byte[] qrCodeLightBytes = BytesUtil.stringToHexBytes(qrCodeLight, 1);
|
||||
// 长充模式
|
||||
// byte[] longChargeModeBytes = BytesUtil.stringToHexBytes(longChargeMode, 1);
|
||||
// 额外浮充时间
|
||||
@@ -174,10 +174,10 @@ public class EBikeMessageCmd82 extends AbsEBikeMessage {
|
||||
// 最大充满功率最长判断时间
|
||||
// byte[] maxFullChargePowerCheckTimeBytes = BytesUtil.stringToHexBytes(maxFullChargePowerCheckTime, 1);
|
||||
return Bytes.concat(rateModeBytes, balanceOrValidityBytes, portNumberBytes, chargeCommandBytes,
|
||||
chargeDurationOrPowerBytes, orderNumberBytes, maxChargeDurationBytes, overloadPowerBytes, qrCodeLightBytes
|
||||
// ,longChargeModeBytes, extraFloatChargeTimeBytes, skipShortCircuitDetectionBytes,
|
||||
// noUserPullOutCheckBytes, forceAutoStopWhenFullBytes, fullChargePowerBytes,
|
||||
// maxFullChargePowerCheckTimeBytes
|
||||
chargeDurationOrPowerBytes, orderNumberBytes, maxChargeDurationBytes, overloadPowerBytes
|
||||
// , qrCodeLightBytes, longChargeModeBytes, extraFloatChargeTimeBytes
|
||||
// , skipShortCircuitDetectionBytes, noUserPullOutCheckBytes, forceAutoStopWhenFullBytes
|
||||
// , fullChargePowerBytes, maxFullChargePowerCheckTimeBytes
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user