Commit 15aa66e6 by 吕明尚

开门到取电间隔改为3秒

parent e8ca0bbf
......@@ -85,7 +85,7 @@ public class DeviceOpServiceImpl implements DeviceOpService {
}
if (DeviceType.DEVICE_0001.getCode().equals(device.getDevType())) {
// 取电开关
this.deviceOpInit(device.getDevId(), phone, "20", true, 2L);
this.deviceOpInit(device.getDevId(), phone, "20", true, 3L);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment