11 lines
556 B
JavaScript
11 lines
556 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var visca_over_ip_1 = require("visca-over-ip");
|
|
var simpleCommandHandler_1 = require("../simpleCommandHandler");
|
|
module.exports = function (actionAPI) {
|
|
actionAPI.handle(function (properties, status) {
|
|
var command = visca_over_ip_1.ViscaCommand.cameraFocusStop();
|
|
(0, simpleCommandHandler_1.simpleCommandHandle)(actionAPI, command, properties, status);
|
|
});
|
|
actionAPI.onOpenEditor(simpleCommandHandler_1.simpleCommandEditor);
|
|
};
|
|
//# sourceMappingURL=focusStop.js.map
|