黄学彪
2020-11-20 99253403b560f761d5f9af8b4f5140496996433a
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 };
        }