fix:太阳能网控,溶解氧下限未保存。
This commit is contained in:
@@ -1662,6 +1662,11 @@ public class IotController extends BaseController {
|
||||
device.setDeviceName("太阳能网控" + (deviceCount + 1));
|
||||
device.setBindTime(now);
|
||||
device.setPondId(bo.getPondId() != null && bo.getPondId() > 0 ? bo.getPondId() : null);
|
||||
device.setOxyWarnLower(bo.getOxyWarnLower());
|
||||
device.setOxyWarnCallOpen(1);
|
||||
device.setOxyWarnCallNoDis(1);
|
||||
device.setTempWarnCallOpen(0);
|
||||
device.setTempWarnCallNoDis(0);
|
||||
device.setBatteryWarnCallOpen(bo.getBatteryWarnCallOpen());
|
||||
device.setBatteryWarnCallNoDis(bo.getBatteryWarnCallNoDis());
|
||||
device.setBatteryWarnLower(bo.getBatteryWarnLower());
|
||||
|
||||
Reference in New Issue
Block a user