From 0a0d7ec5080cd1f1802d9fcc96b08102b9b551f1 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 29 五月 2020 11:15:19 +0800 Subject: [PATCH] 2020-05-29-2 --- ZigbeeApp/Shared/Phone/Device/Logic/Send.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs b/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs old mode 100644 new mode 100755 index 0fb79bc..e33ecd0 --- a/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs @@ -531,6 +531,10 @@ case 8: { var accounts1 = new JObject(); + if (dictionary.ContainsKey("Type")) + { + accounts1.Add("Type", int.Parse(dictionary["Type"])); + } if (dictionary.ContainsKey("Option4")) { accounts1.Add("Option4", dictionary["Option4"]); -- Gitblit v1.8.0