ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGateway.cs
@@ -3537,6 +3537,11 @@ /// </summary> public void ReSave() { if (Shared.Common.Config.Instance.Home.IsShowTemplate == true) { //展示模板时,不允许保存文件(防止属性上报用的) return; } Global.WriteFileByBytesByHomeId(FilePath, System.Text.Encoding.UTF8.GetBytes(Newtonsoft.Json.JsonConvert.SerializeObject(this))); } #endregion