陈嘉乐
2020-04-28 3272ca5b51e19f7f8a827b0f68400570a547fe60
ZigbeeApp/Shared/Phone/UserCenter/Device/AirConditioner/AirConditionerModeForm.cs
@@ -122,7 +122,7 @@
                             //更改缓存
                             for (int i = 0; i < this.reportValue.Length; i++)
                             {
                                 deviceAc.listSupportMode[i] = Convert.ToInt32(reportValue[i]);
                                 deviceAc.listSupportMode[i] = Convert.ToInt32(reportValue[i].ToString());
                             }
                             deviceAc.ReSave();
                             this.CloseForm();