wjc
2023-07-07 22494af577e21a930abef309f2f60c03c9615bd1
app/src/main/java/com/hdl/photovoltaic/other/HdlResidenceLogic.java
@@ -531,35 +531,18 @@
        HdlFileLogic.getInstance().createDirectory();
        //配置本地通信的信息
        initLocalLinkSdk();
//        HdlDeviceLogic.getInstance().getInverterDeviceList(UserConfigManage.getInstance().getHomeId(), new CloudCallBeak<CloudInverterDeviceBean>() {
//            @Override
//            public void onSuccess(CloudInverterDeviceBean obj) {
//
//
//            }
//
//            @Override
//            public void onFailure(Exception exception) {
//
//            }
//        });
        HdlDeviceLogic.getInstance().searchGateway(new GatewayCallBack() {
            @Override
            public void onSuccess(List<GatewayBean> gatewayBeanList) {
            }
            @Override
            public void onError(HDLLinkException e) {
            }
        });
    }
    /**
     * 配置本地通信的信息(tcp通信用到)
     */