mac
2024-03-11 644415760aaee442b0b8a38d79ea63e0d32f57d5
app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMP.java
@@ -46,16 +46,34 @@
    public final static String UNI_EVENT_REPLY_OTA_FIRMWARES_LOCAL = "firmwares_local_list";//设备本地固件列表
    public final static String UNI_EVENT_REPLY_OTA_FIRMWARES_DOWNLOAD = "firmwares_download";//设备固件下载
    public final static String UNI_EVENT_REPLY_OTA_FIRMWARES_UPGRADE = "firmwares_upgrade";//设备固件升级
    public final static String UNI_EVENT_REPLY_OTA_FIRMWARES_CANCEL_UPGRADE = "firmwares_cancel_upgrade";//设备固件取消升级
    public final static String UNI_EVENT_REPLY_OTA_DRIVER_LIST = "driver_current_list";//当前设备驱动列表
    public final static String UNI_EVENT_REPLY_OTA_DRIVER_NEW = "driver_new_list";//设备新驱动列表
    public final static String UNI_EVENT_REPLY_OTA_DRIVER_LOCAL = "driver_local_list";//设备本地驱动列表
    public final static String UNI_EVENT_REPLY_OTA_DRIVER_DOWNLOAD = "driver_download";//设备驱动下载
    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_CANCEL_UPGRADE = "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语言
    public final static String UNI_EVENT_REPLY_OTHER_LOCATION_INFO = "location_info";//获取app位置信息
    public final static String UNI_EVENT_REPLY_OTHER_UNI_LOG = "uni_log";//收集uni日志
    /*********C端【我的】模块*********/
    public final static String UNI_EVENT_REPLY_MINE_MODEL = "uni_mine_model";//我的模块(大类)
    public final static String UNI_EVENT_REPLY_MINE_USER_INFO = "get_user_info";//个人信息获取:
    public final static String UNI_EVENT_REPLY_MINE_EDIT_AVATAR = "edit_avatar";//头像更新
    public final static String UNI_EVENT_REPLY_MINE_EDIT_USER_INFO = "edit_user_info";//资料编辑
    public final static String UNI_EVENT_REPLY_MINE_SELECTED_POWERSTATION = "selected_powerstation";//电站选择
    public final static String UNI_EVENT_REPLY_MINE_MESSAGE_CENTER = "message_center";//消息中心
    public final static String UNI_EVENT_REPLY_MINE_USER_MANAGER = "user_manager";//用户管理
    public final static String UNI_EVENT_REPLY_MINE_ABOUT = "about";//关于
    public final static String UNI_EVENT_REPLY_MINE_SETTING = "setting";//设置
    /*********Wifi模块*********/ //卫锦定义
@@ -77,9 +95,12 @@
    //region --------【原生】打开【小程序】--------
    /*********住宅模块*********/
    //页面路径带参数规则->(UNI_EVENT_OPEN_HOME_CREATION+?key=value&key=参数一)
    public final static String UNI_EVENT_OPEN_HOME_CREATION = "pages/powerStation/powerStationCreate";//住宅【电站】创建
    public final static String UNI_EVENT_OPEN_HOME_CREATION = "pages/powerStation/powerStationQuickConfig";//"pages/powerStation/powerStationCreate";//住宅【电站】创建
    public final static String UNI_EVENT_OPEN_HOME_EDIT = "pages/powerStation/powerStationEdit";//住宅【电站】编辑
    public final static String UNI_EVENT_OPEN_HOME_DETAILS = "pages/powerStationDetail/index";//住宅【电站】详情
    public final static String UNI_EVENT_OPEN_HOME_DETAILS_C = "pages/powerStationDetail/tabbarPage";//C端打开【电站】详情
    public final static String UNI_EVENT_OPEN_HOME_Null_C = "pages/powerStationDetail/index";//无电站时
    public final static String UNI_EVENT_OPEN_HOME_DEl = "del";//住宅【电站】删除
    /*********设备模块*********/
    //设备模块打开页面全路径