mac
2024-11-06 d8a4151b56f04796dff5bc4164246732036c05f9
app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMP.java
@@ -95,8 +95,7 @@
    public final static String UNI_EVENT_REPLY_OTHER_LOCAL_ENCRYPT_GET = "get_local_encrypt";//本地密钥获取
    public final static String UNI_EVENT_REPLY_OTHER_LOCAL_ENCRYPT_SET = "set_local_encrypt";//本地密钥设置
    public final static String UNI_EVENT_REPLY_OTHER_PASSWORD_VERIFIY = "password_verifiy";//link进行密码验证
    public final static String UNI_EVENT_REPLY_OTHER_GET_LOCAL_JSON= " get_local_json";//本地json资源文件获取
    public final static String UNI_EVENT_REPLY_OTHER_GET_LOCAL_JSON = " get_local_json";//本地json资源文件获取
    /*********【我的】模块*********/
@@ -134,6 +133,10 @@
    public final static String UNI_EVENT_REPLY_DEVICE_ETHERNET_SET = "device_ethernet_set";//逆变器以太网配置
    public final static String UNI_EVENT_REPLY_DEVICE_ETHERNET_GET = "device_ethernet_get";//逆变器以太网获取
    /*********网络请求模块*********/
    public final static String UNI_EVENT_REPLY_COMMON_MODEL = "uni_common_model ";//网络请求(大类)
    public final static String UNI_EVENT_REPLY_UNI_SEND_TO_CLOUD = "uni_send_to_cloud";
    //endregion