HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
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 };
        }