HDL_ON/Entity/Function/Function.cs
@@ -400,10 +400,22 @@ /// 是否收藏 /// </summary> public bool collect = false; private bool _online = false; /// <summary> /// 是否在线 /// </summary> public bool online = true; public bool online { get { return true; } set { _online = value; } } /// <summary> /// 环境面板 绑定的 设备目标sid列表 @@ -1001,6 +1013,7 @@ /// 颜色 /// </summary> public const string RGB = "rgb"; public const string RGBW = "rgbw"; /// <summary> /// 渐变时间 /// </summary>