HDL_ON/UI/UI2/FuntionControlView/Light/RGBPageBLL.cs
@@ -58,6 +58,20 @@ { bodyView.btnCurColor.BorderColor = 0x00000000; } try { var colorfulState = updateTemp.GetAttribute(FunctionAttributeKey.Colorful); if (colorfulState != null) { if(bodyView.btnColorfulSwitch!= null) { bodyView.btnColorfulSwitch.IsSelected = colorfulState.curValue.ToString() == "on"; } } }catch(Exception ex) { MainPage.Log($"更新RGB 炫彩开关状态异常:{ex.Message}"); } } } catch (Exception ex)