|
@ -506,6 +506,7 @@ public class DeviceCommandGenerator { |
|
|
params.put("direction", direction); |
|
|
params.put("direction", direction); |
|
|
params.put("position", position); |
|
|
params.put("position", position); |
|
|
params.put("speed", speed); |
|
|
params.put("speed", speed); |
|
|
|
|
|
params.put("timeout", 5 * 60 * 1000); |
|
|
return deviceCmd("controlMotorCmd", device, action, params, commandName); |
|
|
return deviceCmd("controlMotorCmd", device, action, params, commandName); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|