| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using Shared.Phone.Device.Category; |
| | | using Shared.Phone;
|
| | | using Shared.Phone.UserCenter; |
| | | |
| | | namespace Shared.Common |
| | |
| | | /// 场景 |
| | | /// </summary> |
| | | [System.Serializable] |
| | | public class SceneUI : ZigBee.Device.CommonDevice |
| | | public class SceneUI |
| | | {
|
| | | #region ■ 变量声明_________________________ |
| | | /// <summary> |
| | |
| | | Global.WriteFileByBytesByHomeId(FileName, System.Text.Encoding.UTF8.GetBytes(Newtonsoft.Json.JsonConvert.SerializeObject(this))); |
| | | if (autoBackup == true) |
| | | { |
| | | HdlAutoBackupLogic.AddOrEditorFile(FileName); |
| | | HdlBackupLogic.Current.AddOrEditorAutoBackFileStatu(FileName); |
| | | } |
| | | }
|
| | |
|