Skip to content

Commit

Permalink
fix: export shuttle command
Browse files Browse the repository at this point in the history
  • Loading branch information
Balte de Wit committed Sep 21, 2019
1 parent b412641 commit ed33dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export * from './jog'
export * from './notify'
export * from './play'
export * from './record'
export * from './shuttle'
export * from './slotInfo'
export * from './slotSelect'
export * from './stop'
Expand Down
2 changes: 1 addition & 1 deletion src/commands/shuttle.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NamedMessage } from '../message'
import { AbstractCommandNoResponse } from './abstractCommand'

export class SpeedCommand extends AbstractCommandNoResponse {
export class ShuttleCommand extends AbstractCommandNoResponse {
speed?: number

constructor (speed?: number) {
Expand Down

0 comments on commit ed33dc5

Please sign in to comment.