1
wxr
2022-01-19 20eaebc3c2b5af7e610e983bda5ee9b364693e6d
HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs
@@ -57,7 +57,7 @@
        {
            try
            {
                //RefreshDeviceStatus(functionIds);
               // RefreshDeviceStatus(functionIds);
                a31Music.LastDateTime = DateTime.Now;
                ///从缓存里面查找音乐播放器对象<缓存数据收到推送过来的状态会更新缓存数据>
                var allLocalFuntion = FunctionList.List.GetDeviceFunctionList();
@@ -68,6 +68,7 @@
                }
                ///更新的数据
                a31Music.functionMusic = localFunction;
            }
            catch { }
        }