| | |
| | | public final static String UNI_EVENT_REPLY_DEVICE_MODEL = "uni_device_model";//设备模块(大类) |
| | | public final static String UNI_EVENT_REPLY_DEVICE_LIST = "list";//本地逆变器设备列表 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_NET_LIST = "net_list";//网络逆变器设备列表 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_CLOUD_LIST = "cloud_list";//获取云端逆变器设备列表 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_CHILD_LIST = "child_list";//逆变器【下挂】设备列表 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_ADD = "add";//设备添加 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_ADD_All = "add_all";//添加多个设备 |
| | |
| | | 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资源文件获取 |
| | | |
| | | |
| | | |
| | | /*********【我的】模块*********/ |