ZigbeeApp/Shared/Phone/Device/Logic/Send.csold mode 100755 new mode 100644
@@ -526,6 +526,21 @@ accounts.Add(location); } break; case 8: { var accounts1 = new JObject(); if (dictionary.ContainsKey("Option4")) { accounts1.Add("Option4", dictionary["Option4"]); } if (dictionary.ContainsKey("Option2")) { accounts1.Add("Option2", int.Parse(dictionary["Option2"])); } accounts.Add(accounts1); } break; } }