app/src/main/java/com/hdl/photovoltaic/other/HdlUniLogic.java
@@ -932,7 +932,7 @@ if (callback != null) { uniSuccessCallback(type, null, callback); } List<GatewayBean> list = HdlDeviceLogic.getInstance().getCurrentHomeGatewayList(homeId, null); List<GatewayBean> list = HdlDeviceLogic.getInstance().getCurrentHomeGatewayList(homeId); for (int i = 0; i < list.size(); i++) { GatewayBean gatewayBean = list.get(i); HdlDeviceLogic.getInstance().initializeInverter(gatewayBean.getDevice_mac(), null);