HDL Home App 第二版本 旧平台金堂用 正在使用
ZigbeeApp/Shared/Phone/UserCenter/Residence/EditorRoomInforForm.cs
old mode 100644 new mode 100755
@@ -404,14 +404,6 @@
      HdlGatewayReceiveLogic.Current.AddAttributeEvent("TemperatrueDevice", ReceiveComandDiv.A设备属性上报, ((report) =>
      {
        string mainKeys = Common.LocalDevice.Current.GetDeviceMainKeys(report);
        //晾衣架上报需要特殊处理,其他上报的回路统一转为端点1
        //      var tempList = LocalDevice.Current.GetDevicesByMac(report.DeviceAddr);
        //var tempDeviceEnum = LocalDevice.Current.GetMyDeviceEnumInfo(tempList);
        //if (tempDeviceEnum.ConcreteType == Common.DeviceConcreteType.Airer)
        //{
        //  mainKeys = report.DeviceAddr + "_" + 1;
        //}
        if (cloneRoom.TemperatrueDevice != mainKeys || btnTemper == null
          || report.DeviceStatusReport.CluterID != 1026)
        {