Files
2023-08-29 20:06:52 +02:00

34 lines
1.1 KiB
JavaScript

Object.defineProperty(exports, "__esModule", { value: true });
module.exports = {
name: "PJLink",
description: "PJLink is a unified standard for operating and controlling data projectors.",
main: require("./main"),
connections: [
{
type: "pjlink",
name: "Projector",
message: 'Make you PJLink is enabled on your projector. Most of the time these settings are located under Network.',
fields: [
{
id: 'ip',
name: "IP Adddress",
type: "text",
value: "0.0.0.0"
},
{
id: 'port',
name: "PJLink Port",
type: "number",
value: "4352"
},
{
id: 'password',
name: "PJLink Password",
type: "password",
value: ""
}
]
}
]
};
//# sourceMappingURL=integration.js.map