mac
2024-03-11 7c2dce60eeb3b3b54c52890ece8aa472d5512a04
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);
        }