JLChen
2021-01-05 f500e14c0a994487070380c50c85e0929cbc8e63
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;
    }
}