From 0480792bde7bcf770290ba3414bd615e563e7b43 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期二, 24 十二月 2019 15:46:00 +0800 Subject: [PATCH] 2019-12-24-02 --- ZigbeeApp/Shared/Common/SceneUI.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Common/SceneUI.cs b/ZigbeeApp/Shared/Common/SceneUI.cs index 364b4bb..eee86e6 100755 --- a/ZigbeeApp/Shared/Common/SceneUI.cs +++ b/ZigbeeApp/Shared/Common/SceneUI.cs @@ -27,7 +27,7 @@ /// <summary> /// 鍦烘櫙id /// </summary> - public int Id = int.MaxValue; + public int Id = -1; /// <summary> /// 鍦烘櫙鍚� @@ -73,6 +73,12 @@ /// </summary> [Newtonsoft.Json.JsonIgnore] public int SceneDelayTime = 0; + + /// <summary> + /// 鍓╀綑瑙﹀彂鏃堕棿锛屽崟浣嶇 + /// </summary> + [Newtonsoft.Json.JsonIgnore] + public int RemainTime; /// <summary> /// 鍦烘櫙鎵ц鐩爣 -- Gitblit v1.8.0