| | |
| | | * */ |
| | | 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 SET_GATEWAY_UPGRADE_INFO = "/base/%s/ota/device/upgrade/down"; |
| | | /* |
| | | * 网关编辑命令 |
| | | * 与服务器无关的 |