Commit 00d41977 by YG8999

通电间隔时间改为5秒

parent 4a451b7c
...@@ -61,7 +61,7 @@ public class DeviceOpServiceImpl implements DeviceOpService { ...@@ -61,7 +61,7 @@ public class DeviceOpServiceImpl implements DeviceOpService {
} }
if (DeviceType.DEVICE_0001.getCode().equals(device.getDevType())) { if (DeviceType.DEVICE_0001.getCode().equals(device.getDevType())) {
// 取电开关 // 取电开关
this.deviceOpInit(device.getDevId(), deviceParam.getPhone(), OpTypeEnum.GET_ELECTRIC.getCode(), true, 3L); this.deviceOpInit(device.getDevId(), deviceParam.getPhone(), OpTypeEnum.GET_ELECTRIC.getCode(), true, 5L);
} }
} }
...@@ -86,7 +86,7 @@ public class DeviceOpServiceImpl implements DeviceOpService { ...@@ -86,7 +86,7 @@ public class DeviceOpServiceImpl implements DeviceOpService {
} }
if (DeviceType.DEVICE_0001.getCode().equals(device.getDevType())) { if (DeviceType.DEVICE_0001.getCode().equals(device.getDevType())) {
// 取电开关 // 取电开关
this.deviceOpInit(device.getDevId(), phone, OpTypeEnum.GET_ELECTRIC.getCode(), true, 3L); this.deviceOpInit(device.getDevId(), phone, OpTypeEnum.GET_ELECTRIC.getCode(), true, 5L);
} }
} }
......
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