From e90209beae6a4e822cecb18e6889f8bda23f630e Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 14 十二月 2020 11:16:06 +0800 Subject: [PATCH] 合并了晾衣架(非新云端) --- 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 d08bc25..2657fe3 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 CreateUtcTime = string.Empty; + public string CreatedOnUtc = string.Empty; /// <summary> /// 涓婚敭 /// </summary> @@ -837,7 +837,7 @@ /// <returns></returns> public override List<string> GetSendGatewayValue() { - var command = HdlDeviceCommonLogic.Current.GetReDeviceEpointNameCommandText(DeviceMac, DeviceEpoint, deviceEpointName); + var command = Common.LocalDevice.Current.GetReDeviceEpointNameCommandText(DeviceMac, DeviceEpoint, deviceEpointName); return new List<string>() { command }; } @@ -876,7 +876,7 @@ /// <returns></returns> public override List<string> GetSendGatewayValue() { - var command = HdlDeviceCommonLogic.Current.GetReDeviceMacNameCommandText(DeviceMac, DeviceEpoint, deviceMacName); + var command = Common.LocalDevice.Current.GetReDeviceMacNameCommandText(DeviceMac, DeviceEpoint, deviceMacName); return new List<string>() { command }; } -- Gitblit v1.8.0