From f1e8c2cde53050ffe78ef3b13346ba77ca65110c Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 03 十二月 2020 17:55:52 +0800 Subject: [PATCH] 2020-12-03-2 --- HDL_ON/Common/Constant.cs | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/Constant.cs b/HDL_ON/Common/Constant.cs index 46c8b0a..d5c497e 100644 --- a/HDL_ON/Common/Constant.cs +++ b/HDL_ON/Common/Constant.cs @@ -189,5 +189,26 @@ ON_Plus, } + /// <summary> + /// 鍒嗕韩 绫诲瀷 + /// 鍒嗕韩绫诲瀷 1.ROOM 2.DEVICE 3.SCENE + /// </summary> + public enum ShareType + { + /// <summary> + /// + /// </summary> + ROOM = 1, + /// <summary> + /// + /// </summary> + DEVICE, + /// <summary> + /// + /// </summary> + SCENE, + } + + #endregion } -- Gitblit v1.8.0