Bugfixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
exports.__esModule = true;
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
module.exports = function (ActionAPI) {
|
||||
ActionAPI.onExecute(function (properties, status) {
|
||||
});
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
exports.__esModule = true;
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
module.exports = {
|
||||
name: "PJLink",
|
||||
description: "PJLink is a unified standard for operating and controlling data projectors.",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
exports.__esModule = true;
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var pjlink = require("pjlink");
|
||||
module.exports = function (Api) {
|
||||
Api.registerConnectionValidator('pjlink', function (validatorAPI) {
|
||||
|
||||
Reference in New Issue
Block a user