JLChen
2020-04-03 be95e839f40eb3ddf64706b60cba6dfcf4fad5e5
Crabtree/SmartHome/UI/SimpleControl/Phone/Curtain/SystemCurtainRoller.cs
@@ -179,7 +179,7 @@
                    curtainRoller.MotorRotation = 0;
                else
                    curtainRoller.MotorRotation = 1;
                Console.WriteLine ("MotorRotation ==" + curtainRoller.MotorRotation.ToString ());
                Utlis.WriteLine ("MotorRotation ==" + curtainRoller.MotorRotation.ToString ());
                Control.ControlBytesSend (Command.CommandCurtainUserseting, curtainRoller.SubnetID, curtainRoller.DeviceID, new byte [] { curtainRoller.MotorRotation, 0, 0, 0, 0, 0, 0, 0, 0 });
            };
            #endregion