rev:代码优化

This commit is contained in:
2025-01-15 13:15:26 +08:00
parent 05f3309554
commit b1b2fda309

View File

@@ -258,6 +258,7 @@ public class TwoNDCSocketConnectionAutoRun extends AbstractAutoRunnable {
lampThreecolorDeviceDriver = (LampThreecolorDeviceDriver) code.getDeviceDriver(); lampThreecolorDeviceDriver = (LampThreecolorDeviceDriver) code.getDeviceDriver();
lampThreecolorDeviceDriver.writing("to_command", "1"); lampThreecolorDeviceDriver.writing("to_command", "1");
} }
//5秒后发送关门信号
Thread.sleep(5000); Thread.sleep(5000);
try { try {
standardAutodoorDeviceDriver.writing("to_open", "0"); standardAutodoorDeviceDriver.writing("to_open", "0");