JLChen
2021-01-11 5a5a2b696866f947b6025d26c3302e8ffef46435
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;
    }
}