lss
2021-04-22 b8bdf52ccc38e3c6b0a95c2b60f59fc99dc546fd
HDL_ON/Common/Constant.cs
old mode 100755 new mode 100644
@@ -199,15 +199,15 @@
    public enum ShareType
    {
        /// <summary>
        ///
        /// 房间类型
        /// </summary>
        ROOM = 1,
        /// <summary>
        ///
        /// 设备类型
        /// </summary>
        DEVICE,
        /// <summary>
        ///
        /// 场景类型
        /// </summary>
        SCENE,
        /// <summary>
@@ -264,6 +264,10 @@
        /// 安防报警
        /// </summary>
        SecurityAlarm,
        /// <summary>
        /// HDL可视对讲
        /// </summary>
        HDL_INTERPHONE,
    }
    /// <summary>