From 99253403b560f761d5f9af8b4f5140496996433a Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 20 十一月 2020 16:49:50 +0800
Subject: [PATCH] 新云端的代码Ver1.0

---
 ZigbeeApp/Shared/Phone/TemplateData/TemplateDataCommon.cs |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/TemplateData/TemplateDataCommon.cs b/ZigbeeApp/Shared/Phone/TemplateData/TemplateDataCommon.cs
index 645568d..d08bc25 100755
--- a/ZigbeeApp/Shared/Phone/TemplateData/TemplateDataCommon.cs
+++ b/ZigbeeApp/Shared/Phone/TemplateData/TemplateDataCommon.cs
@@ -199,6 +199,11 @@
             get { return FileName.StartsWith("ModelData_Local"); }
         }
         /// <summary>
+        /// 鍗曞厓鏍囬(杩欎釜鐩墠鏄粰鏌ョ湅妯℃澘浣跨敤鐨�)
+        /// </summary>
+        [Newtonsoft.Json.JsonIgnore]
+        public List<string> ListUintName = new List<string>();
+        /// <summary>
         /// 鍗曞厓鍚嶇О(杩欎釜鐩墠鏄粰鏌ョ湅妯℃澘浣跨敤鐨�)
         /// </summary>
         [Newtonsoft.Json.JsonIgnore]
@@ -243,7 +248,7 @@
         /// <summary>
         /// 缂栬緫鏃堕棿 2020.01.04 19:55鏍煎紡
         /// </summary>
-        public string CreatedOnUtc = string.Empty;
+        public string CreateUtcTime = string.Empty;
         /// <summary>
         /// 涓婚敭
         /// </summary>
@@ -255,6 +260,10 @@
     /// </summary>
     public class TemplateHomeInfo
     {
+        /// <summary>
+        /// 鍗曞厓鏍囬
+        /// </summary>
+        public List<string> ListUintName = new List<string>();
         /// <summary>
         /// 鍗曞厓鍚嶇О
         /// </summary>
@@ -828,7 +837,7 @@
         /// <returns></returns>
         public override List<string> GetSendGatewayValue()
         {
-            var command = Common.LocalDevice.Current.GetReDeviceEpointNameCommandText(DeviceMac, DeviceEpoint, deviceEpointName);
+            var command = HdlDeviceCommonLogic.Current.GetReDeviceEpointNameCommandText(DeviceMac, DeviceEpoint, deviceEpointName);
             return new List<string>() { command };
         }
 
@@ -867,7 +876,7 @@
         /// <returns></returns>
         public override List<string> GetSendGatewayValue()
         {
-            var command = Common.LocalDevice.Current.GetReDeviceMacNameCommandText(DeviceMac, DeviceEpoint, deviceMacName);
+            var command = HdlDeviceCommonLogic.Current.GetReDeviceMacNameCommandText(DeviceMac, DeviceEpoint, deviceMacName);
             return new List<string>() { command };
         }
 

--
Gitblit v1.8.0