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/SmartHome/UI/SimpleControl/Phone/Schedule/Method.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Crabtree/.vs/SmartHome/xs/UserPrefs.xml
@@ -1,10 +1,10 @@ <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/Send.cs"> <MonoDevelop.Ide.Workbench ActiveDocument="SmartHome/UI/SimpleControl/Phone/Schedule/Method.cs"> <Files> <File FileName="SmartHome/UI/SimpleControl/Phone/Schedule/UserSchedule.cs" Line="29" Column="29" /> <File FileName="SmartHome/UI/SimpleControl/Phone/User/UserSettingView.cs" Line="233" Column="62" /> <File FileName="SmartHome/UI/SimpleControl/Phone/Schedule/Send.cs" Line="147" Column="43" /> <File FileName="SmartHome/UI/SimpleControl/Phone/Schedule/Send.cs" Line="1" Column="1" /> <File FileName="SmartHome/UI/SimpleControl/Phone/Schedule/Method.cs" Line="218" Column="38" /> <File FileName="SmartHome/HDL/Common/HDLLinkUtlis.cs" Line="2000" Column="18" /> </Files> <Pads> <Pad Id="ProjectPad"> @@ -12,11 +12,14 @@ <Node name="SmartHome" expanded="True"> <Node name="ON.Droid" expanded="True" /> <Node name="Shared" expanded="True"> <Node name="HDL" expanded="True"> <Node name="Common" expanded="True" /> </Node> <Node name="UI" expanded="True"> <Node name="SimpleControl" expanded="True"> <Node name="Phone" expanded="True"> <Node name="Schedule" expanded="True"> <Node name="Send.cs" selected="True" /> <Node name="Method.cs" selected="True" /> </Node> <Node name="User" expanded="True" /> </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
@@ -773,7 +773,8 @@ deviceRowView.AddChidren (tempSwitch); switch (device.spk) { case "light.dimming": { //DeviceType.LightDALI case SPK.LightDimming: { #region 调光器A tempSwitch.RemoveFromParent (); @@ -845,7 +846,10 @@ #endregion } break; case "light.switch": { //DeviceType.LightEnergySwitch //DeviceType.LightEnergySocket //DeviceType.LightSwitchSocket case SPK.LightSwitch: { #region 继电器 tempSwitch.MouseUpEventHandler += (sender3, e3) => { tempSwitch.IsSelected = !tempSwitch.IsSelected; @@ -894,9 +898,10 @@ #endregion } break; case "curtain.roller": case "curtain.trietex": case "curtain.switch": { case SPK.CurtainRoller: case SPK.CurtainTrietex: case SPK.CurtainSwitch: { #region 窗帘 tempSwitch.RemoveFromParent (); var tempSwitch1 = new Button () { @@ -971,7 +976,7 @@ } break; case "fan": { case SPK.ElectricFan: { #region 风扇 tempSwitch.RemoveFromParent (); deviceRowView.Height = Application.GetRealHeight (130); Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Method.cs
@@ -209,12 +209,14 @@ for (int i = 0; i < list.Count; i++) { var device = list [i]; switch (device.spk) { case "light.dimming": case "light.switch": case "curtain.roller": case "curtain.trietex": case "curtain.switch": case "electrical.socket": { case SPK.LightDimming: case SPK.LightSwitch: case SPK.CurtainRoller: case SPK.CurtainTrietex: case SPK.CurtainSwitch: case SPK.ElectricSocket: case SPK.ElectricFan: { //目前支持的设备 DeviceList.Add (device); }