We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d02827 commit 7b6190fCopy full SHA for 7b6190f
src/hyperdeck/hyperdeck.js
@@ -15,7 +15,7 @@ var Hyperdeck = function(ip) {
15
this.play = function(speed) {
16
var commandString;
17
if (Math.abs(speed) <= 1600) {
18
- commandString = "play speed: " + speed;
+ commandString = "play: speed: " + speed;
19
} else {
20
if (speed) {
21
throw new Error("Speed value invalid or out of range");
0 commit comments