Crabtree/SmartHome/HDL/Operation/Device/Room.cs
@@ -38,7 +38,7 @@ var nowRoom = Newtonsoft.Json.JsonConvert.DeserializeObject<Room> (System.Text.Encoding.UTF8.GetString (sdf)); if (null == nowRoom) { System.Console.WriteLine ("房间文件路径不对,文件路径为:" + roomFilePath); Utlis.WriteLine ("房间文件路径不对,文件路径为:" + roomFilePath); return null; }