JLChen
2020-11-16 64b5d3b0eab77341795cc7d6634ffa7cf60848e2
Crabtree/SmartHome/HDL/Operation/Device/FanModule.cs
@@ -14,10 +14,10 @@
        /// <summary>
        /// 风速 1-8
        /// </summary>
        public byte WindSpeed;
        public byte WindSpeed = 1;
        /// <summary>
        /// 开关 0表示关,开直接调风速
        /// </summary>
        public byte Switch = 1;
        public byte Switch = 0;
    }
}