wei
2020-12-01 8983da138cb92e35b0bbeaece1cf1c454a5a79d4
HDL_ON/Entity/Enumerative/MyEnum.cs
@@ -45,11 +45,11 @@
        /// <summary>
        /// 普通场景
        /// </summary>
        OrdinaryScenes = 0x01,
        OrdinaryScenes = 1,
        /// <summary>
        /// 电影changing
        /// </summary>
        MovieScene = 0x02,
        MovieScene = 2,
    }
    /// <summary>
@@ -95,7 +95,7 @@
        /// 开关类
        /// </summary>
        SwitchDevice = 0x01,
        /// <summary>
        /// 场景
        /// </summary>
@@ -288,9 +288,6 @@
        VideoIntercom = 0x21,
    }
    public enum InfraredCode_TV
    {