sige 1 year ago
parent
commit
cbcd3fd594
  1. 2
      pom.xml
  2. 5
      src/main/java/com/iflytop/uf/actuator/UfActStepperMotor.java

2
pom.xml

@ -10,7 +10,7 @@
</parent> </parent>
<groupId>com.iflytop</groupId> <groupId>com.iflytop</groupId>
<artifactId>uf</artifactId> <artifactId>uf</artifactId>
<version>0.0.61</version>
<version>0.0.63</version>
<name>uf</name> <name>uf</name>
<description>uf</description> <description>uf</description>
<properties> <properties>

5
src/main/java/com/iflytop/uf/actuator/UfActStepperMotor.java

@ -13,6 +13,11 @@ public class UfActStepperMotor extends UfActuatorBase {
return this.executeAndWaitForFinish(cmd); return this.executeAndWaitForFinish(cmd);
} }
@UfActuatorCommand(name="motor_easy_reciprocating_motion")
public String motorEasyReciprocatingMotion(UfMdbActuatorCmd cmd) {
return this.executeAndWaitForFinish(cmd);
}
@Deprecated @Deprecated
@UfActuatorCommand(name = "motor_easy_move_to_zero") @UfActuatorCommand(name = "motor_easy_move_to_zero")
public String easyMoveToZero(UfMdbActuatorCmd cmd) { public String easyMoveToZero(UfMdbActuatorCmd cmd) {

Loading…
Cancel
Save