Crabtree/.vs/SmartHome/xs/UserPrefs.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Crabtree/.vs/SmartHome/xs/sqlite3/storage.ide | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Crabtree/.vs/SmartHome/xs/sqlite3/storage.ide-shm | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Crabtree/.vs/SmartHome/xs/sqlite3/storage.ide-wal | 补丁 | 查看 | 原始文档 | blame | 历史 | |
Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/AddSchedule.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Crabtree/.vs/SmartHome/xs/UserPrefs.xml
@@ -1,10 +1,12 @@ <Properties StartupConfiguration="{9D9EF20B-6E65-4A65-92BF-567EBF1E1443}|Default"> <MonoDevelop.Ide.ItemProperties.ON.Droid PreferredExecutionTarget="Android.4b65c4650918" /> <MonoDevelop.Ide.Workbench ActiveDocument="SmartHome/UI/SimpleControl/Phone/Schedule/UserSchedule.cs"> <MonoDevelop.Ide.Workbench ActiveDocument="SmartHome/UI/SimpleControl/Phone/Schedule/AddSchedule.cs"> <Files> <File FileName="SmartHome/UI/SimpleControl/Phone/Schedule/Send.cs" Line="32" Column="62" /> <File FileName="SmartHome/UI/SimpleControl/Phone/Schedule/UserSchedule.cs" Line="222" Column="49" /> <File FileName="../../HDL_APP_Project/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs" /> <File FileName="SmartHome/UI/SimpleControl/Phone/Schedule/Send.cs" Line="90" Column="39" /> <File FileName="SmartHome/UI/SimpleControl/Phone/Schedule/UserSchedule.cs" Line="22" Column="10" /> <File FileName="../../HDL_APP_Project/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs" Line="1" Column="1" /> <File FileName="SmartHome/UI/SimpleControl/Phone/Schedule/AddSchedule.cs" Line="712" Column="1" /> <File FileName="../../HDL_APP_Project/HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs" Line="308" Column="14" /> </Files> <Pads> <Pad Id="ProjectPad"> @@ -20,7 +22,7 @@ <Node name="SimpleControl" expanded="True"> <Node name="Phone" expanded="True"> <Node name="Schedule" expanded="True"> <Node name="UserSchedule.cs" selected="True" /> <Node name="AddSchedule.cs" selected="True" /> </Node> </Node> </Node> Crabtree/.vs/SmartHome/xs/sqlite3/storage.ideBinary files differ
Crabtree/.vs/SmartHome/xs/sqlite3/storage.ide-shmBinary files differ
Crabtree/.vs/SmartHome/xs/sqlite3/storage.ide-walBinary files differ
Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/AddSchedule.cs
@@ -1,5 +1,6 @@ using System; using System.Collections.Generic; using Newtonsoft.Json.Linq; using Shared.SimpleControl.Phone.Music; namespace Shared.SimpleControl.Phone @@ -666,9 +667,9 @@ timerTemp.whichDay.Add (5); } } if (string.IsNullOrEmpty (timerTemp.id)) { timerTemp.id = Guid.NewGuid ().ToString (); } //if (string.IsNullOrEmpty (timerTemp.id)) { // timerTemp.id = Guid.NewGuid ().ToString (); //} DeviceDate deviceDate = new DeviceDate (); deviceDate.gatewayId = SmartHome.Send.GatewayId; @@ -698,8 +699,17 @@ if (revertObj == null) { new Alert ("", "Unable to save data, please check the network.", "Close").Show (); } else if (revertObj.Code == StateCode.SUCCESS) { string id = ""; if (!isEdit) { var jObject = JObject.Parse (revertObj.Data.ToString ()); id = jObject ["id"].ToString (); timerTemp.id = id; } this.RemoveFromParent (); action (timerTemp); } else { //提示错误 SmartHome.Method method = new SmartHome.Method ();