app/src/main/java/com/hdl/photovoltaic/ui/BPowerStationActivity.java
@@ -472,6 +472,7 @@ @Override public void onMessage(Object msg) { if (msg == null) { return; } @@ -480,7 +481,7 @@ if (response.getTopic() == null) { return; } HdlLogLogic.print("监听到Modbus数据---" + new Gson().toJson(response), false); // /HdlLogLogic.print("监听到Modbus数据---" + new Gson().toJson(response), false); // if (response.getTopic().endsWith("custom/native/inverter/up")) { HDLUniMP.UniCallBackBaseBean uniCallBackBaseBean = new HDLUniMP.UniCallBackBaseBean(); uniCallBackBaseBean.setType(response.getTopic());