ZigbeeApp/Shared/Phone/Device/Logic/Send.cs
@@ -22,6 +22,7 @@ return await System.Threading.Tasks.Task.Run(async () => { List<int> logicIdList = new List<int>(); Action<string, string> action = (topic, data) => { var gatewayID = topic.Split('/')[0]; @@ -30,7 +31,7 @@ { return; } if (topic == $"{gatewayID}/Logic/GetLogicList_Respon") { @@ -43,6 +44,7 @@ { var logicId = int.Parse(listIfon["LogicId"].ToString()); logicIdList.Add(logicId); } }