ZigbeeApp/Shared/Phone/Category/Controls/DeviceRow/DeviceTemperatureRowControl.cs
@@ -29,6 +29,11 @@ /// </summary> public override void SendStatuComand() { //如果住宅为虚拟住宅,此功能无效 if (Common.Config.Instance.Home.IsVirtually == true) { return; } //检测能否发送获取状态命令 if (this.CheckCanSendStatuComand() == true) {