ZigbeeApp/Shared/Common/House.csold mode 100755 new mode 100644
@@ -319,11 +319,6 @@ Config.Instance.HomeId = GetHouseIdByFilePath(Config.Instance.HomeFilePathList[0]); } Config.Instance.Save(); //检测住宅对象 if (Config.Instance.Home.Id == string.Empty) { Config.Instance.Home = House.GetHouseByHouseId(Config.Instance.HomeId); } } } }