修复兼容接口云台控制

This commit is contained in:
648540858 2021-11-30 10:40:22 +08:00
parent d77382348d
commit 8525cd839a

View File

@ -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();