HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2021-01-14 d78515ac4ac8cf4a1785d9df18058d6724f12b79
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDeviceAttributeLogic.cs
@@ -294,14 +294,14 @@
            new System.Threading.Thread(() =>
            {
                SendSwitchStatuComand(device);
          //空气质量传感器的PM2.5数据
          SendPm2P5Comand(device);
          //空气质量传感器的CO2数据
          SendCO2Comand(device);
          //空气质量传感器的温度数据
          HdlDeviceAttributeLogic.Current.SendTemperatureStatuComand(device);
          //空气质量传感器的湿度数据
          HdlDeviceAttributeLogic.Current.SendHumidityStatuComand(device);
                //空气质量传感器的PM2.5数据
                SendPm2P5Comand(device);
                //空气质量传感器的CO2数据[2021.01.13产品要求暂时去掉]
                //SendCO2Comand(device);
                //空气质量传感器的温度数据
                HdlDeviceAttributeLogic.Current.SendTemperatureStatuComand(device);
                //空气质量传感器的湿度数据
                HdlDeviceAttributeLogic.Current.SendHumidityStatuComand(device);
                System.Threading.Thread.Sleep(300);
            })
            { IsBackground = true }.Start();