Bugfixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
exports.__esModule = true;
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var visca_over_ip_1 = require("visca-over-ip");
|
||||
var simpleCommandHandler_1 = require("../simpleCommandHandler");
|
||||
module.exports = function (actionAPI) {
|
||||
@@ -10,7 +10,7 @@ module.exports = function (actionAPI) {
|
||||
? connection.instance.internal.pantiltSpeed
|
||||
: 10;
|
||||
var command = visca_over_ip_1.ViscaCommand.cameraPanTilt(0, 1 * speed);
|
||||
simpleCommandHandler_1.simpleCommandHandle(actionAPI, command, properties, status);
|
||||
(0, simpleCommandHandler_1.simpleCommandHandle)(actionAPI, command, properties, status);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user