黄学彪
2020-03-23 cc0d80c7d86c6d0167269b3408c4b30c24ce84e9
ZigbeeApp/Shared/Phone/Device/Logic/Send.cs
@@ -462,6 +462,16 @@
                                };
                                actions.Add(timeInfo);
                                break;
                            case 8:
                                var lockInfo = new JObject
                                {
                                    ["LinkType"] = int.Parse(dictionary["LinkType"].ToString()),
                                    ["DeviceAddr"] = dictionary["DeviceAddr"].ToString(),
                                    ["Epoint"] = int.Parse(dictionary["Epoint"].ToString()),
                                    ["PassData"] =dictionary["PassData"].ToString(),
                                };
                                actions.Add(lockInfo);
                                break;
                        }
                    }
                    var accounts = new JArray();