| | |
| | | * */ |
| | | public static final String GATEWAY_INITIALIZE_REMOTE = "/user/%s/custom/gateway/initialize"; |
| | | public static final String GATEWAY_FIND_REMOTE = "/base/%s/thing/service/mmv_device_find/down"; |
| | | |
| | | |
| | | //网关时间读取 |
| | | public static final String GET_GATEWAY_TIME = "/user/%s/custom/gateway/time/get"; |
| | | //网关时间修改 |
| | | public static final String SET_GATEWAY_TIME_EDIT = "/user/%s/custom/gateway/time/edit"; |
| | | /* |
| | | * 网关编辑命令 |
| | | * 与服务器无关的 |
| | |
| | | */ |
| | | public static final String GATEWAY_SEARCH_REPLY = "/user/all/custom/gateway/search_reply"; |
| | | |
| | | //网关详细信息获取s=gw_id |
| | | public static final String GATEWAY_INFO = "/user/%s/custom/gateway/get"; |
| | | //网关详细信息 |
| | | public static final String GET_GATEWAY_INFO = "/user/%s/custom/gateway/get"; |
| | | |
| | | //获取物理设备列表 |
| | | public static final String GET_GATEWAY_OID_LIST = "/user/%s/custom/device/list/get"; |