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 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/TemplateData/TemplateDataCommon.cs b/ZigbeeApp/Shared/Phone/TemplateData/TemplateDataCommon.cs
index 2657fe3..d08bc25 100755
--- a/ZigbeeApp/Shared/Phone/TemplateData/TemplateDataCommon.cs
+++ b/ZigbeeApp/Shared/Phone/TemplateData/TemplateDataCommon.cs
@@ -248,7 +248,7 @@
         /// <summary>
         /// 缂栬緫鏃堕棿 2020.01.04 19:55鏍煎紡
         /// </summary>
-        public string CreatedOnUtc = string.Empty;
+        public string CreateUtcTime = string.Empty;
         /// <summary>
         /// 涓婚敭
         /// </summary>
@@ -837,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 };
         }
 
@@ -876,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