| | |
| | | { |
| | | public partial class RGBPage |
| | | { |
| | | |
| | | public override void RemoveFromParent() |
| | | { |
| | | bodyView = null; |
| | | base.RemoveFromParent(); |
| | | } |
| | | /// <summary> |
| | | /// 更新功能状态 |
| | | /// </summary> |
| | | public static void UpdataStates(Function updateTemp) |
| | | { |
| | | Application.RunOnMainThread((() => |
| | | if(bodyView == null) |
| | | { |
| | | try |
| | | { |
| | | if (bodyView == null) |
| | | return; |
| | | if (updateTemp.spk == bodyView.function.spk && updateTemp.sid == bodyView.function.sid) |
| | | { |
| | | return; |
| | | } |
| | | |
| | | if (updateTemp.trait_on_off.curValue.ToString() == "on") |
| | | Application.RunOnMainThread((() => |
| | | { |
| | | //解决部分安卓手机,刷新图片时会变小问题 |
| | | if (bodyView.colorPicker.ColorImagePath != "FunctionIcon/Light/ColorWheel.png") |
| | | try |
| | | { |
| | | bodyView.colorPicker.ColorImagePath = "FunctionIcon/Light/ColorWheel.png"; |
| | | } |
| | | bodyView.dimmerBar.ProgressBarColor = CSS.CSS_Color.AuxiliaryColor1; |
| | | bodyView.btnSwitch.IsSelected = true; |
| | | if (!bodyView.onDimmerBar) |
| | | { |
| | | bodyView.dimmerBar.Progress = Convert.ToInt32(updateTemp.GetAttrState(FunctionAttributeKey.Brightness)); |
| | | } |
| | | } |
| | | //状态一样时,不再刷新视图 |
| | | else if (updateTemp.trait_on_off.curValue.ToString() == "off" && bodyView.btnSwitch.IsSelected == true) |
| | | { |
| | | //解决部分安卓手机,刷新图片时会变小问题 |
| | | if (bodyView.colorPicker.ColorImagePath != "FunctionIcon/Light/ColorWheelGray.png") |
| | | { |
| | | bodyView.colorPicker.ColorImagePath = "FunctionIcon/Light/ColorWheelGray.png"; |
| | | } |
| | | //bodyView.colorPicker.ColorImagePath = "FunctionIcon/Light/ColorWheelGray.png"; |
| | | bodyView.dimmerBar.ProgressBarColor = CSS.CSS_Color.PromptingColor2; |
| | | bodyView.btnSwitch.IsSelected = false; |
| | | //色盘的圆点隐藏 |
| | | bodyView.btnWhiteRound.Visible = false; |
| | | } |
| | | bodyView.btnCurColor.BackgroundColor = (uint)(0xFF000000 + bodyView.lightTemp.GetRGBcolor(updateTemp.GetAttrState(FunctionAttributeKey.RGB))); |
| | | bodyView.lastColor = bodyView.lightTemp.GetRGBbytes(updateTemp); |
| | | if (bodyView.lightTemp.GetRGBcolor(updateTemp.GetAttrState(FunctionAttributeKey.RGB)) == 16777215 && bodyView.btnCurColor.BorderColor != 0x00000000) |
| | | { |
| | | bodyView.btnCurColor.BorderColor = CSS.CSS_Color.PromptingColor2; |
| | | } |
| | | else |
| | | { |
| | | bodyView.btnCurColor.BorderColor = 0x00000000; |
| | | } |
| | | try |
| | | { |
| | | var colorfulState = updateTemp.GetAttribute(FunctionAttributeKey.Colorful); |
| | | if (colorfulState != null) |
| | | { |
| | | if(bodyView.btnColorfulSwitch!= null) |
| | | if (bodyView == null) |
| | | return; |
| | | if (updateTemp.spk == bodyView.function.spk && updateTemp.sid == bodyView.function.sid) |
| | | { |
| | | bodyView.btnColorfulSwitch.IsSelected = colorfulState.curValue.ToString() == "on"; |
| | | |
| | | if (updateTemp.trait_on_off.curValue.ToString() == "on") |
| | | { |
| | | //解决部分安卓手机,刷新图片时会变小问题 |
| | | if (bodyView.colorPicker.ColorImagePath != "FunctionIcon/Light/ColorWheel.png") |
| | | { |
| | | bodyView.colorPicker.ColorImagePath = "FunctionIcon/Light/ColorWheel.png"; |
| | | } |
| | | bodyView.dimmerBar.ProgressBarColor = CSS.CSS_Color.AuxiliaryColor1; |
| | | bodyView.btnSwitch.IsSelected = true; |
| | | if (!bodyView.onDimmerBar) |
| | | { |
| | | bodyView.dimmerBar.Progress = Convert.ToInt32(updateTemp.GetAttrState(FunctionAttributeKey.Brightness)); |
| | | } |
| | | } |
| | | //状态一样时,不再刷新视图 |
| | | else if (updateTemp.trait_on_off.curValue.ToString() == "off" && bodyView.btnSwitch.IsSelected == true) |
| | | { |
| | | //解决部分安卓手机,刷新图片时会变小问题 |
| | | if (bodyView.colorPicker.ColorImagePath != "FunctionIcon/Light/ColorWheelGray.png") |
| | | { |
| | | bodyView.colorPicker.ColorImagePath = "FunctionIcon/Light/ColorWheelGray.png"; |
| | | } |
| | | //bodyView.colorPicker.ColorImagePath = "FunctionIcon/Light/ColorWheelGray.png"; |
| | | bodyView.dimmerBar.ProgressBarColor = CSS.CSS_Color.PromptingColor2; |
| | | bodyView.btnSwitch.IsSelected = false; |
| | | //色盘的圆点隐藏 |
| | | bodyView.btnWhiteRound.Visible = false; |
| | | } |
| | | bodyView.btnCurColor.BackgroundColor = (uint)(0xFF000000 + bodyView.lightTemp.GetRGBcolor(updateTemp.GetAttrState(FunctionAttributeKey.RGB))); |
| | | bodyView.lastColor = bodyView.lightTemp.GetRGBbytes(updateTemp); |
| | | if (bodyView.lightTemp.GetRGBcolor(updateTemp.GetAttrState(FunctionAttributeKey.RGB)) == 16777215 && bodyView.btnCurColor.BorderColor != 0x00000000) |
| | | { |
| | | bodyView.btnCurColor.BorderColor = CSS.CSS_Color.PromptingColor2; |
| | | } |
| | | else |
| | | { |
| | | 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) |
| | | { |
| | | MainPage.Log($"更新RGB 炫彩开关状态异常:{ex.Message}"); |
| | | } |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | MainPage.Log($"{bodyView.GetType().Name } UpdataStates error : {ex.Message}"); |
| | | } |
| | | })); |
| | | catch (Exception ex) |
| | | { |
| | | MainPage.Log($"{bodyView.GetType().Name} UpdataStates error : {ex.Message}"); |
| | | } |
| | | finally |
| | | { |
| | | } |
| | | })); |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | |
| | | lightTemp.SetRGBcolor(lastColor, function); |
| | | System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>(); |
| | | d.Add(FunctionAttributeKey.RGB, lightTemp.GetRGBcolorString(function)); |
| | | d.Add(FunctionAttributeKey.Brightness, dimmerBar.Progress.ToString()); |
| | | Control.Ins.SendWriteCommand(function, d,false,0); |
| | | break; |
| | | } |
| | |
| | | }.Show(MainPage.BaseView); |
| | | return; |
| | | } |
| | | curDimmerStatus = false; |
| | | if(dimmerBar.Progress==0|| dimmerBar.Progress == 100) |
| | | { |
| | | if (dimmerBar.Progress == 0) |
| | | { |
| | | //解决部分安卓手机,刷新图片时会变小问题 |
| | | if (bodyView.colorPicker.ColorImagePath != "FunctionIcon/Light/ColorWheelGray.png") |
| | | { |
| | | bodyView.colorPicker.ColorImagePath = "FunctionIcon/Light/ColorWheelGray.png"; |
| | | } |
| | | } |
| | | return; |
| | | } |
| | | onDimmerBar = curDimmerStatus = false; |
| | | function.SetAttrState(FunctionAttributeKey.Brightness, dimmerBar.Progress); |
| | | System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>(); |
| | | d.Add(FunctionAttributeKey.Brightness, dimmerBar.Progress.ToString()); |
| | |
| | | d.Add(FunctionAttributeKey.Brightness, e.ToString()); |
| | | Control.Ins.SendWriteCommand(function, d); |
| | | } |
| | | else |
| | | { |
| | | if (350 < (DateTime.Now - function.refreshTime).TotalMilliseconds) |
| | | { |
| | | function.refreshTime = DateTime.Now; |
| | | new System.Threading.Thread(() => |
| | | { |
| | | //Control.Send(CommandType_A.write, function); |
| | | System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>(); |
| | | d.Add(FunctionAttributeKey.Brightness, e.ToString()); |
| | | Control.Ins.SendWriteCommand(function, d); |
| | | }) |
| | | { IsBackground = true }.Start(); |
| | | } |
| | | else |
| | | { |
| | | MainPage.Log("skip dimmer control!!"); |
| | | } |
| | | } |
| | | //else |
| | | //{ |
| | | // if (350 < (DateTime.Now - function.refreshTime).TotalMilliseconds) |
| | | // { |
| | | // function.refreshTime = DateTime.Now; |
| | | // new System.Threading.Thread(() => |
| | | // { |
| | | // //Control.Send(CommandType_A.write, function); |
| | | // System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>(); |
| | | // d.Add(FunctionAttributeKey.Brightness, e.ToString()); |
| | | // Control.Ins.SendWriteCommand(function, d); |
| | | // }) |
| | | // { IsBackground = true }.Start(); |
| | | // } |
| | | // else |
| | | // { |
| | | // MainPage.Log("skip dimmer control!!"); |
| | | // } |
| | | //} |
| | | }; |
| | | } |
| | | } |
| | |
| | | function.SetAttrState(FunctionAttributeKey.FadeTime, e.ToString()); |
| | | var d = new System.Collections.Generic.Dictionary<string, string>(); |
| | | d.Add(FunctionAttributeKey.FadeTime, e.ToString()); |
| | | Control.Ins.SendWriteCommand(function, d); |
| | | //Control.Ins.SendWriteCommand(function, d); |
| | | function.SaveFunctionFile(); |
| | | }; |
| | | } |