| | |
| | | //驱动上报oid列表回复 |
| | | public static final String LIST_UPLOAD_REPLY = "/user/%s/custom/device/list/upload_reply"; |
| | | |
| | | /** |
| | | * sid列表上报 |
| | | */ |
| | | public static final String LIST_SID_UPLOAD="/base/%s/thing/topo/list/upload"; |
| | | |
| | | /** |
| | | * sid列表上报回复 |
| | | */ |
| | | public static final String LIST_SID_UPLOAD_REPLY="/base/%s/thing/topo/list/upload_reply"; |
| | | |
| | | /* |
| | | * 网关编辑命令 |
| | | * 写远程信息的,例如服务器地址、HomeId、密钥之类 |
| | | * 与服务器相关的 |
| | | * */ |
| | | public static final String GATEWAY_EDIT_REMOTE = "/user/%s/custom/gateway/remote/edit"; |
| | | |
| | | public static final String GATEWAY_EDIT_REMOTE_REPLY = "/user/%s/custom/gateway/remote/edit_reply"; |
| | | } |