From 23ca39219c5075d829d14137cb54896a24ae513d Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期五, 04 十二月 2020 13:57:08 +0800
Subject: [PATCH] 20201204

---
 HDL_ON/Common/Constant.cs |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/Common/Constant.cs b/HDL_ON/Common/Constant.cs
index 46c8b0a..8d28c11 100644
--- a/HDL_ON/Common/Constant.cs
+++ b/HDL_ON/Common/Constant.cs
@@ -189,5 +189,45 @@
         ON_Plus,
     }
 
+    /// <summary>
+    /// 鍒嗕韩 绫诲瀷
+    /// 鍒嗕韩绫诲瀷 1.ROOM  2.DEVICE 3.SCENE
+    /// </summary>
+    public enum ShareType
+    {
+        /// <summary>
+        /// 
+        /// </summary>
+        ROOM = 1,
+        /// <summary>
+        /// 
+        /// </summary>
+        DEVICE,
+        /// <summary>
+        /// 
+        /// </summary>
+        SCENE,
+    }
+
+    /// <summary>
+    /// 鎺ㄩ�佹秷鎭被鍨�
+    /// </summary>
+    public enum PushType
+    {
+        /// <summary>
+        /// 鍒嗕韩涓庡姛鑳�
+        /// </summary>
+        Default = 0,
+        /// <summary>
+        /// 鎶ヨ绫�
+        /// </summary>
+        Alarm,
+        /// <summary>
+        /// 绯荤粺淇℃伅
+        /// </summary>
+        Prompt,
+    }
+
+
     #endregion
 }

--
Gitblit v1.8.0