| | |
| | | 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";//获取逆变器(物理)详情 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_del_oid = "del_undermount_device";//删除BMS/电池包 |
| | | |
| | | public final static String UNI_EVENT_REPLY_DEVICE_clear_data = "device_clear_data";//设备清空运行数据 |
| | | |
| | | |
| | | /*********OTA模块*********/ |
| | |
| | | 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_OTHER_GET_DEVICE_LOCATION = "device_location";//设备定位 |
| | | |
| | | |
| | | /*********【我的】模块*********/ |
| | |
| | | public final static String UNI_EVENT_NOTIFICATION_DEVICE_home_remove_refresh = "home_remove_refresh";//电站删除 |
| | | 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";//电站交付回滚 |
| | | |
| | | //endregion |
| | | |
| | | //region --------【原生】打开【小程序】-------- |