|
@@ -444,6 +444,7 @@ public class DahCameraExecuteApi {
|
|
|
if ("Pj3101150010".equals(AllStaticConfig.projectId)) {
|
|
|
try {
|
|
|
IotSocketClient.sendMessage("C611432002BB");
|
|
|
+ Thread.sleep(500);
|
|
|
IotSocketClient.sendMessage("C611432011BB");
|
|
|
return OtherTools.executeSuccess("投屏成功");
|
|
|
} catch (Exception e) {
|
|
@@ -463,6 +464,7 @@ public class DahCameraExecuteApi {
|
|
|
if ("Pj3101150010".equals(AllStaticConfig.projectId)) {
|
|
|
try {
|
|
|
IotSocketClient.sendMessage("C611432003BB");
|
|
|
+ Thread.sleep(500);
|
|
|
IotSocketClient.sendMessage("C611432011BB");
|
|
|
return OtherTools.executeSuccess("退出大屏成功");
|
|
|
} catch (Exception e) {
|