| | |
| | | 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_CLOSE_HOME_DETAILS_PAGE= "close_home_details_page";//关闭详情页 |
| | | public final static String UNI_EVENT_REPLY_HOME_CLOSE_HOME_DETAILS_PAGE = "close_home_details_page";//关闭详情页 |
| | | /*********设备模块*********/ |
| | | 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_OID = "oid";//设备【包括下挂设备】oid列表 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_TIME = "time";//设备时间读取 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_TIME_EDIT = "time_edit";//设备时间编辑 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_CLEAR_DATA = "clear_data";//设备清空住宅id |
| | | public final static String UNI_EVENT_REPLY_DEVICE_UPLOADING_DATA = "uploading_data";//设备上传数据 |
| | | public final static String UNI_EVENT_REPLY_DEVICE_MODBUS_SEND = "modbus_send";//modbus协议 |
| | | |
| | | /*********Wifi模块*********/ //卫锦定义 |