wjc
2022-11-04 94d6591af7870ba0f1f7797310c07581d6fcd0b4
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列表
@@ -1309,7 +1321,10 @@
        /// 通用开关
        /// </summary>
        public const string OtherCommon = "other.common";
        /// <summary>
        /// 机械手
        /// </summary>
        public const string MechanicalArm = "electrical.mechanical_arm";
        /// <summary>
        /// 空调科技系统(绿建)
        /// 总控