mac
2023-12-05 b2d2e6dcf6ec38a2f24721f2bc925d634a6eb78d
app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMP.java
@@ -54,6 +54,13 @@
    public final static String UNI_EVENT_REPLY_OTA_DRIVER_UPGRADE = "driver_upgrade";//设备驱动升级
    public final static String UNI_EVENT_REPLY_OTA_DRIVER_CANCEL_UPGRADE = "driver_cancel_upgrade";//设备驱动取消升级
    public final static String UNI_EVENT_REPLY_OTA_DRIVER_CANCEL_DOWNLOAD = "cancel_download";//设备取消下载升级文件
    public final static String UNI_EVENT_REPLY_OTA_OPEN_SERVICE = "open_service";//打开服务
    public final static String UNI_EVENT_REPLY_OTA_CLOSE_SERVICE = "close_service";//关闭服务
    /*********其它模块*********/
    public final static String UNI_EVENT_REPLY_OTHER_MODEL = "uni_other_model";//其它模块(大类)
    public final static String UNI_EVENT_REPLY_OTHER_UNIT = "temperature_unit";//获取温度单位
    public final static String UNI_EVENT_REPLY_OTHER_APP_LANGUAGE = "app_language";//获取app语言
    /*********Wifi模块*********/ //卫锦定义