黄学彪
2020-03-06 a5b3c4bae726ef6770d4bfcbf2f4b50a37ed4a15
ZigbeeApp/Shared/Phone/UserView/UserPage.cs
@@ -173,14 +173,6 @@
                                            ac.currentSystemMode = attList.AttriButeData;
                                            ac.LastDateTime = DateTime.Now;
                                            break;
                                        case 4099:
                                            var value = Convert.ToString(attList.AttriButeData, 2).PadLeft(16, '0');
                                            var modeStr = value.Substring(value.Length - 5, 5);
                                            for (int j = 0; j < modeStr.Length; j++)
                                            {
                                                ac.listSupportMode[j] = Convert.ToInt32(modeStr[j]) == 49 ? 1 : 0;
                                            }
                                            break;
                                        case 4097:
                                            ac.CleanStatu = attList.AttriButeData == 42;
                                            break;
@@ -545,7 +537,7 @@
                Instance.homePageIMG.IsSelected = true;
                var home = new UserHomeView { };
                Instance.BodyView.AddChidren(home);
                home.Show();
                home.ShowForm();
            }
            else if (sender == Instance.categoryIMG || sender==Instance.categoryName)