ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelFangyueFreshAirButtonSettionForm.cs
@@ -232,6 +232,8 @@ curControlDev.bindList.Add(bDev); var device = Common.LocalDevice.Current.GetDevice(bDev.BindMacAddr, bDev.BindEpoint); if (device.Type == DeviceType.FreshAir) { //获取设备类型的 var deviceEnumInfo = Common.LocalDevice.Current.GetMyDeviceEnumInfo(new List<CommonDevice>() { device }); //新风面板的新风设备,则不显示 @@ -239,9 +241,6 @@ { continue; } if (device.Type == DeviceType.FreshAir) { bindFreshAirName = device.DeviceEpointName; } if (device.Type == DeviceType.TemperatureSensor)