Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/Method.cs
@@ -238,12 +238,16 @@ { for (int j = 0; j < Timer.deviceList.Count; j++) { var cloudsDevice = Timer.deviceList [j]; try { if (common.SubnetID == cloudsDevice.bus.SubnetID && common.DeviceID == cloudsDevice.bus.DeviceID && common.LoopID == cloudsDevice.bus.LoopId ) { return cloudsDevice; } }catch(Exception ex) { return null; } } return null; }