ZigbeeApp/Shared/Phone/Category/CategoryMainForm.cs
@@ -526,6 +526,17 @@ { cardContr = new Controls.DevicePmSensorRowControl(); } // 空气质量传感器 else if (device.Type == DeviceType.TemperatureSensor) { //获取设备类型 var deviceEnumInfo = Common.LocalDevice.Current.GetMyDeviceEnumInfo(new List<CommonDevice>() { device }); //空气质量传感器 if (deviceEnumInfo.ConcreteType == Common.DeviceConcreteType.AirQualitySensor) { cardContr = new Controls.DeviceAirQualitySensorRowControl(); } } //彩灯(调光器) else if (device.Type == DeviceType.DimmableLight) {