JLChen
2021-01-08 281f7d0b8a363a3ed4d6f83bb5fa22bb6d0340f3
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;
    }
}