From 68db344081c103c94832b8d0a06be6c6888d66e4 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 26 三月 2025 17:34:14 +0800
Subject: [PATCH] 2025年03月26日17:34:12

---
 app/src/main/java/com/hdl/photovoltaic/ui/CPowerStationActivity.java |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/app/src/main/java/com/hdl/photovoltaic/ui/CPowerStationActivity.java b/app/src/main/java/com/hdl/photovoltaic/ui/CPowerStationActivity.java
index 4cc4924..e1a886b 100644
--- a/app/src/main/java/com/hdl/photovoltaic/ui/CPowerStationActivity.java
+++ b/app/src/main/java/com/hdl/photovoltaic/ui/CPowerStationActivity.java
@@ -453,6 +453,21 @@
 
 
                     }
+                    else if (linkResponse.getTopic().endsWith("/app/thing/property/send")) {
+//                        //璁惧鐘舵�佸彉鏇磘opic锛�/user/${homeId}/app/thing/property/send
+//                        if (linkResponse.getData() == null) {
+//                            HdlLogLogic.print("璁惧鐘舵�佸彉鏇�--->鏁版嵁涓虹┖", false);
+//                            return;
+//                        }
+//                        try {
+//                            Gson gson = new Gson();
+//                            Type typeOfT = new TypeToken<List<OidBean>>() {
+//                            }.getType();
+//                            String json = gson.toJson(linkResponse.getData());
+//                        } catch (Exception ignored) {
+//                        }
+                    }
+
                 }
             }
         };

--
Gitblit v1.8.0