JLChen
2021-01-06 f60ce72c3c29c7d31a046795c88ec39a69e73d45
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;
    }
}