From 351bdda734832d821a9764b0cde8be5d83c4ec50 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期四, 01 十二月 2022 09:56:25 +0800 Subject: [PATCH] 2022年12月01日09:56:23 --- ZigbeeApp/Shared/Common/SceneUI.cs | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ZigbeeApp/Shared/Common/SceneUI.cs b/ZigbeeApp/Shared/Common/SceneUI.cs index fa908a3..556a4e7 100755 --- a/ZigbeeApp/Shared/Common/SceneUI.cs +++ b/ZigbeeApp/Shared/Common/SceneUI.cs @@ -1,6 +1,5 @@ 锘縰sing System; using System.Collections.Generic; -using Shared.Phone.Device.Category; using Shared.Phone.UserCenter; namespace Shared.Common @@ -9,9 +8,9 @@ /// 鍦烘櫙 /// </summary> [System.Serializable] - public class SceneUI : ZigBee.Device.CommonDevice + public class SceneUI { - #region 鈻� 鍙橀噺澹版槑___________________________ + #region 鈻� 鍙橀噺澹版槑_________________________ /// <summary> /// 鍦烘櫙鏂囦欢 /// </summary> @@ -60,9 +59,14 @@ [Newtonsoft.Json.JsonIgnore] public int RemainTime; /// <summary> + /// 寤舵椂鏃堕棿绾跨▼鏄惁杩愯 + /// </summary> + [Newtonsoft.Json.JsonIgnore] + public bool RemainThreadAction = false; + /// <summary> /// 鍦烘櫙鎵ц鐩爣 /// </summary> - public List<ZigBee.Device.Scene.AddSceneMemberData> AddSceneMemberDataList = new List<ZigBee.Device.Scene.AddSceneMemberData> { }; + public List<ZigBee.Device.Scene.DeviceListData> AdjustTargetList = new List<ZigBee.Device.Scene.DeviceListData>(); #endregion @@ -79,9 +83,8 @@ { HdlAutoBackupLogic.AddOrEditorFile(FileName); } - } - + } + #endregion - } } -- Gitblit v1.8.0