From e3ad42ffa2fa67c8f6cb4519ca626fa275c8947d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 02 十二月 2020 16:34:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/CJL-NEW'

---
 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