ZigbeeApp/Shared/Phone/Device/Logic/Send.cs
@@ -180,7 +180,7 @@ }); } ///<summary> /// 删除逻辑 /// 删除逻辑(0成功,其它值:失败) /// </summary> public static async System.Threading.Tasks.Task<int> DelLogic(int LogicId) { @@ -499,6 +499,15 @@ ["AccountName"] = dictionary["AccountName"], }; if (dictionary.ContainsKey("Option4")) { accounts1.Add("Option4",dictionary["Option4"]); } if (dictionary.ContainsKey("Option2")) { accounts1.Add("Option2", int.Parse(dictionary["Option2"])); } accounts.Add(accounts1); } }