mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-08 20:10:01 +08:00
* !44 comment * !39 添加下行日志打印 * !36 扩展计价领域模型 * !35 webui 初步成型 * !34 webui 初步成型
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
*/
|
||||
package sanbing.jcpp.protocol.lvneng;
|
||||
|
||||
import sanbing.jcpp.protocol.enums.SupportedProtocols;
|
||||
|
||||
/**
|
||||
* 绿能协议常量定义
|
||||
*
|
||||
* @author sanbing
|
||||
* @author 九筒
|
||||
* @since 2024-12-16
|
||||
*/
|
||||
public final class LvnengProtocolConstants {
|
||||
@@ -23,7 +25,7 @@ public final class LvnengProtocolConstants {
|
||||
*/
|
||||
public static final class ProtocolNames {
|
||||
/** 绿能协议 v3.4.0 */
|
||||
public static final String LVNENG_V340 = "lvnengV340";
|
||||
public static final String LVNENG_V340 = SupportedProtocols.LVNENG_V340;
|
||||
|
||||
// 注解专用简短别名
|
||||
public static final String V340 = LVNENG_V340;
|
||||
|
||||
Reference in New Issue
Block a user