From 6edb41a89f56634a0684dedf65b29f9277002c7f Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期四, 21 十一月 2019 17:58:15 +0800
Subject: [PATCH] 2019.11.21

---
 ZigbeeApp/Shared/Common/SceneUI.cs |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/SceneUI.cs b/ZigbeeApp/Shared/Common/SceneUI.cs
index 364b4bb..716a8e3 100644
--- 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>
         /// 鍦烘櫙鍚�
@@ -72,7 +72,13 @@
         /// 涓嶅簭鍒楀寲锛岄噸鏂版墦寮�APP缃�傚嵆鍙鏈缂栬緫鍦烘櫙寤舵椂鎵ц鏈夋晥
         /// </summary>
         [Newtonsoft.Json.JsonIgnore]
-        public int SceneDelayTime = 0;
+        public int SceneDelayTime = 0;
+
+        /// <summary>
+        /// 鍓╀綑瑙﹀彂鏃堕棿锛屽崟浣嶇
+        /// </summary>
+        [Newtonsoft.Json.JsonIgnore]
+        public int RemainTime;
 
         /// <summary>
         /// 鍦烘櫙鎵ц鐩爣

--
Gitblit v1.8.0