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();