| | |
| | | public final static String UNI_EVENT_REPLY_HOME_DETAILS = "details";//住宅【电站】详情 |
| | | public final static String UNI_EVENT_REPLY_HOME_DEl = "del";//住宅【电站】删除 |
| | | public final static String UNI_EVENT_REPLY_HOME_DELIVERYURLQRCODE = "delivery_url_qrcode";//电站的交付二维码(安装商) |
| | | public final static String UNI_EVENT_REPLY_HOME_DELIVERYURL = "delivery_url";//电站的交付URl(安装商) |
| | | public final static String UNI_EVENT_REPLY_HOME_DELIVERTOACCOUNT = "deliver_to_account";//电站手动交付(安装商) |
| | | public final static String UNI_EVENT_REPLY_HOME_UPDATEDEBUGPERM = "update_debug_perm";//电站授权安装商(C端) |
| | | public final static String UNI_EVENT_REPLY_HOME_ADD = "scan_add_home";//扫码添加电站(C端) |
| | |
| | | public final static String UNI_EVENT_REPLY_DEVICE_EDIT_NAME = "edit_name";//设备名称修改(修改是云端oid名称,设备使用modbus协议修改) |
| | | public final static String UNI_EVENT_REPLY_DEVICE_NOT_RUN_DEVICE_LIST = "not_run_device_list";//获取未运行逆变器列表 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_OPEN_DEVICE_LIST = "open_device_list";//快捷开启逆变器 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_OPEN_DEVICE_info = "device_info";//获取设备详情 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_OPEN_DEVICE_info = "device_info";//获取设备(云端)详情 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_OPEN_gateway_info = "gateway_info";//获取逆变器(物理)详情 |
| | | |
| | | |
| | | /*********OTA模块*********/ |
| | |
| | | public final static String UNI_EVENT_REPLY_OTHER_LOGOUT = "uni_logout";//退出登录 |
| | | 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_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_SELECTED_IMAGE = "selected_image";//uni图片文件获取 |
| | | |
| | | |
| | | /*********【我的】模块*********/ |
| | |
| | | public final static String UNI_EVENT_REPLY_DEVICE_HOTSPOT_GET = "device_hotspot_get";//逆变器热点获取 |
| | | 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_AUTHORIZATION_GET = "phone_local_authorization";//原生位置权限获取 |
| | | |
| | | /*********网络请求模块*********/ |
| | | public final static String UNI_EVENT_REPLY_UNI_SEND_TO_CLOUD = "uni_send_to_cloud";//uni网络请求 |
| | | |
| | | |
| | | //endregion |