@Controller @RequestMapping(value="/iot/cmd") public class IotCmdService extends Object
| 构造器和说明 |
|---|
IotCmdService() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.ds.config.ResultModel<com.ds.command.Command> |
addLockCmd(String gwieee,
String ieee) |
com.ds.config.ResultModel<com.ds.command.Command> |
getCommandStatus(String commandId,
Integer code) |
com.ds.config.ResultModel<com.ds.command.Command> |
removeSensor(String gwieee,
String ieee) |
com.ds.config.ResultModel<com.ds.command.Command> |
sendCommand(String gwieee,
String commandStr) |
@RequestMapping(value="/addLockCmd",
method={GET,POST})
@ResponseBody
public com.ds.config.ResultModel<com.ds.command.Command> addLockCmd(String gwieee,
String ieee)
@RequestMapping(value="/removeSensor",
method={GET,POST})
@ResponseBody
public com.ds.config.ResultModel<com.ds.command.Command> removeSensor(String gwieee,
String ieee)
@RequestMapping(value="/sendCommand",
method={GET,POST})
@ResponseBody
public com.ds.config.ResultModel<com.ds.command.Command> sendCommand(String gwieee,
String commandStr)
Copyright © 2023 onecode. All rights reserved.