ZigbeeApp/Shared/Phone/UserView/UserPage.cs
@@ -186,6 +186,18 @@ case 28: ac.currentSystemMode = attriButeList[0].AttriButeData; ac.LastDateTime = DateTime.Now; break; case 4099: var value = Convert.ToString(attriButeList[0].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 = attriButeList[0].AttriButeData == 42; break; } }