app/src/main/java/com/hdl/photovoltaic/other/HdlUniLogic.java
@@ -109,7 +109,8 @@ return; } String type = getKeyValue("type", data);//小类 String mode_type = "大类->" + topic + "--->小类->" + type;//用来打印的 String mode_type = "大类->" + topic + "--->" + "小类->" + type;//用来打印的 HdlLogLogic.print("uni--->发送--->" + mode_type + "\r\n" + data, true); if (HDLUniMP.UNI_EVENT_REPLY_HOME_MODEL.equals(topic)) { //住宅模块 switch (type) { @@ -339,7 +340,7 @@ } } } HdlLogLogic.print("uni--->发送--->" + mode_type + "\r\n" + data, true); } catch (Exception e) { HdlLogLogic.print("uni--->发送--->" + e.getMessage(), true); }