修复兼容接口云台控制
This commit is contained in:
parent
d77382348d
commit
8525cd839a
@ -44,6 +44,8 @@ public class ApiControlController {
|
|||||||
logger.debug("模拟接口> 设备云台控制 API调用,deviceId:{} ,channelId:{} ,command:{} ,speed:{} ",
|
logger.debug("模拟接口> 设备云台控制 API调用,deviceId:{} ,channelId:{} ,command:{} ,speed:{} ",
|
||||||
serial, code, command, speed);
|
serial, code, command, speed);
|
||||||
}
|
}
|
||||||
|
if (channel == null) {channel = 0;}
|
||||||
|
if (speed == null) {speed = 0;}
|
||||||
Device device = storager.queryVideoDevice(serial);
|
Device device = storager.queryVideoDevice(serial);
|
||||||
if (device == null) {
|
if (device == null) {
|
||||||
JSONObject result = new JSONObject();
|
JSONObject result = new JSONObject();
|
||||||
|
Loading…
Reference in New Issue
Block a user