wjc
2026-03-24 5bac3017277a90d56ba3e653f380d74025bb7a31
app/src/main/java/com/hdl/photovoltaic/uni/HDLUniMP.java
@@ -124,6 +124,8 @@
    public final static String UNI_EVENT_REPLY_STAFF_EDIT = "staff_edit";//员工编辑
    public final static String UNI_EVENT_REPLY_USERRIGHTTYP = "user_right_type";//获取当前账号在公司的身份
    public final static String UNI_EVENT_REPLY_DOWNLOAD_MEMBER_AVATAR = "download_member_avatar";//下载成员(子账号)头像
    public final static String UNI_EVENT_REPLY_Message_Center_Detail = "message_center_detail";//打开消息详情
    public final static String UNI_EVENT_REPLY_help_Detail = "help";//打开C端帮助页面
    /*********Wifi模块*********/
@@ -149,8 +151,23 @@
    /*********网络请求模块*********/
    public final static String UNI_EVENT_REPLY_UNI_SEND_TO_CLOUD = "uni_send_to_cloud";//uni网络请求
    //endregion
    /*********AI模块*********/
    public final static String UNI_EVENT_REPLY_AI_MODEL = "uni_ai_model";//AI模块(大类)
    public final static String UNI_EVENT_REPLY_AI_MODEL_SENDAIREQUEST = "uni_SendAIRequest";//发送ai请求
    public final static String UNI_EVENT_REPLY_AI_MODEL_AISTREAMING = "uni_AIStreaming";// 流式请求片段
    public final static String UNI_EVENT_REPLY_AI_MODEL_AISTREAMINGEND = "uni_AIStreamingEnd";// 流式请求结束
    public final static String UNI_EVENT_REPLY_AI_MODEL_PAUSEAIREQUEST = "uni_PauseAIRequest";//取消ai请求
    /*********蓝牙模块*********/
    public final static String UNI_EVENT_REPLY_BLUETOOTH_MODEL = "uni_bluetooth_model";//蓝牙模块(大类)
    public final static String UNI_EVENT_REPLY_BLUETOOTH_PERMISSION = "uni_bluetooth_permission";//获取蓝牙权限
    public final static String UNI_EVENT_REPLY_BLUETOOTH_OPEN_SETTING = "uni_bluetooth_open_setting";//跳转到应用权限设置页面
    public final static String UNI_EVENT_REPLY_BLUETOOTH_LIST = "bluetooth_list";//获取列表蓝牙设备列表
    public final static String UNI_EVENT_REPLY_BLUETOOTH_Connect = "uni_connect_bluetooth";//连接蓝牙设备
    public final static String UNI_EVENT_REPLY_BLUETOOTH_Disconnect = "uni_disconnect_bluetooth";//断开蓝牙设备
    public final static String UNI_EVENT_REPLY_BLUETOOTH_Send = "uni_send_data_to_device";//发送数据给设备
    public final static String UNI_EVENT_REPLY_BLUETOOTH_status_check = "uni_check_bluetooth_status";//检查蓝牙连接状态
    public final static String UNI_EVENT_REPLY_BLUETOOTH_Release = "uni_release_bluetooth_resource";//释放蓝牙资源
    //endregioD
    //region --------【原生】主动发送到【小程序】--------
    public final static String UNI_EVENT_NOTIFICATION_DEVICE_MODEL = "uni_notification_model";//通知模块(大类)
@@ -168,6 +185,8 @@
    public final static String UNI_EVENT_NOTIFICATION_DEVICE_home_debug_refresh = "home_debug_refresh";//电站二次调试
    public final static String UNI_EVENT_NOTIFICATION_DEVICE_home_delivery_refresh = "home_delivery_refresh";//电站交付
    public final static String UNI_EVENT_NOTIFICATION_DEVICE_home_delivery_rollback = "home_delivery_rollback";//电站交付回滚
    public final static String UNI_EVENT_NOTIFICATION_DEVICE_open_ai_push_message = "open_ai_push_message";//打开AiTab
    public final static String UNI_EVENT_NOTIFICATION_DEVICE_find_bluetooth_device = "find_bluetooth_device";//搜索到蓝牙设备推送
    //endregion
@@ -178,6 +197,7 @@
    public final static String UNI_EVENT_OPEN_HOME_CREATION_SIMPLE = "pages/powerStation/powerStationSimpleDebugging";//简易调试住宅【电站】创建
    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_BMSPLANT_DETAILS = "pages/powerStationDetail/bmsPlant";//进入BMS 住宅【电站】详情
    public final static String UNI_EVENT_OPEN_HOME_DETAILS_C = "pages/powerStationDetail/tabbarPage";//C端打开【电站】详情