| | |
| | | public final static String UNI_EVENT_REPLY_OTHER_GET_LOCAL_JSON= " get_local_json";//本地json资源文件获取 |
| | | |
| | | |
| | | |
| | | /*********【我的】模块*********/ |
| | | 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_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 |
| | | |