wxr
2022-10-18 6692d867a0876b014be3cbd64bc3a237a026dc2d
HDL_ON/Entity/Function/Function.cs
@@ -403,15 +403,7 @@
        /// <summary>
        /// 是否在线
        /// </summary>
        public bool online {
            get
            {
                return true;
            }
            set {
            }
        }
        public bool online = true;
        /// <summary>
        /// 环境面板 绑定的 设备目标sid列表
@@ -1009,6 +1001,7 @@
        /// 颜色
        /// </summary>
        public const string RGB = "rgb";
        public const string RGBW = "rgbw";
        /// <summary>
        /// 渐变时间
        /// </summary>