This commit is contained in:
2023-08-29 20:06:52 +02:00
parent 7c2eec4446
commit 25702c073a
225 changed files with 1071 additions and 808 deletions

View File

@@ -1,10 +1,10 @@
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) {
actionAPI.handle(function (properties, status) {
var command = visca_over_ip_1.ViscaCommand.cameraShutterReset();
simpleCommandHandler_1.simpleCommandHandle(actionAPI, command, properties, status);
(0, simpleCommandHandler_1.simpleCommandHandle)(actionAPI, command, properties, status);
});
actionAPI.onOpenEditor(simpleCommandHandler_1.simpleCommandEditor);
};