| | |
| | | public final static String UNI_EVENT_REPLY_DEVICE_Link_read_SEND = "link_property_read";//link协议属性读取 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_MESSAGE_NUMBER = "message_number";//消息总数量 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_DELETE_OID = "delete_Oid";//删除设备oid |
| | | public final static String UNI_EVENT_REPLY_DEVICE_INITIALIZEINVERTER = "initializeInverter";//重置逆变器 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_INITIALIZEINVERTER = "initializeInverter";//初始化逆变器 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_REMOTEINFO = "set_device_remoteInfo";//设置设备远程信息edit_name |
| | | public final static String UNI_EVENT_REPLY_DEVICE_EDIT_NAME = "edit_name";//设备名称修改(修改是云端oid名称,设备使用modbus协议修改) |
| | | |
| | | |
| | | /*********OTA模块*********/ |
| | |
| | | public final static String UNI_EVENT_REPLY_OTHER_LOGOUT = "uni_logout";//退出登录 |
| | | |
| | | |
| | | /*********C端【我的】模块*********/ |
| | | /*********【我的】模块*********/ |
| | | 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_MINE_EDIT_AVATAR = "edit_avatar";//头像更新 |
| | |
| | | public final static String UNI_EVENT_REPLY_MINE_USER_MANAGER = "user_manager";//用户管理 |
| | | public final static String UNI_EVENT_REPLY_MINE_ABOUT = "about";//关于 |
| | | public final static String UNI_EVENT_REPLY_MINE_SETTING = "setting";//设置 |
| | | public final static String UNI_EVENT_REPLY_MEMBER_LIST = "member_list";//成员列表 |
| | | public final static String UNI_EVENT_REPLY_MEMBER_ADD = "member_add";//成员添加 |
| | | public final static String UNI_EVENT_REPLY_MEMBER_DELETE = "member_delete";//成员删除 |
| | | public final static String UNI_EVENT_REPLY_MEMBER_EDIT = "member_edit";//成员编辑(包含备注、权限修改) |
| | | public final static String UNI_EVENT_REPLY_STAFF_LIST = "staff_list";//员工列表 |
| | | public final static String UNI_EVENT_REPLY_STAFF_ADD = "staff_add";//员工添加 |
| | | public final static String UNI_EVENT_REPLY_STAFF_DELETE = "staff_delete";//员工删除 |
| | | public final static String UNI_EVENT_REPLY_STAFF_EDIT = "staff_edit";//员工编辑 |
| | | |
| | | |
| | | /*********Wifi模块*********/ |
| | |
| | | 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";//逆变器以太网获取 |
| | | |
| | | |
| | | //endregion |
| | | |
| | | //region --------【原生】主动发送到【小程序】-------- |