CrabtreeOn,印度客户定制APP,迁移2.0平台版本
JLChen
2021-02-24 50b7b7a486f56fab27c83b59eb45673c6d9f0935
Crabtree/SmartHome/HDL/Operation/Device/Common.cs
@@ -26,7 +26,7 @@
        }
        public byte LoopID;
        public byte sceneID = 0;
        //public byte sceneID = 0;
        public byte LoopCount = 1;
        /// <summary>
@@ -51,6 +51,17 @@
            }
        }
        /// <summary>
        /// 设备类型大类小类 16进制字符
        /// </summary>
        [Newtonsoft.Json.JsonIgnore]
        public virtual string DeviceTypeString {
            get {
                return ((int)this.Type).ToString ("X4");
            }
        }
        //public string IconPath {
        //    get{
        //        string iconPath = "";