修复WVP作为下级平台接受devicecontrol命令处理-调试修改逻辑
This commit is contained in:
@@ -268,7 +268,7 @@ public class DeviceControl {
|
||||
String uuid = UUID.randomUUID().toString();
|
||||
Device device = storager.queryVideoDevice(deviceId);
|
||||
try {
|
||||
cmder.homePositionCmd(device, channelId,null, enabled, resetTime, presetIndex, event -> {
|
||||
cmder.homePositionCmd(device, channelId, enabled, resetTime, presetIndex, event -> {
|
||||
RequestMessage msg = new RequestMessage();
|
||||
msg.setId(uuid);
|
||||
msg.setKey(key);
|
||||
|
||||
Reference in New Issue
Block a user