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

24 lines
721 B
JavaScript

Object.defineProperty(exports, "__esModule", { value: true });
var Integration = {
name: 'NDI Tools',
description: 'Control various NDI Tools through the NDI Tools Undecked Bridge.',
main: require('./ndiTools'),
actions: [
{
id: 'source',
name: 'Set the StudioMonitor source'
}
],
connections: [
{
type: 'studiomonitor',
name: 'Studio Monitor',
fields: [
{ id: 'ip', name: 'IP Address', type: 'text', value: '0.0.0.0' },
{ id: 'port', name: 'Port', type: 'number', value: '80' }
]
}
]
};
module.exports = Integration;
//# sourceMappingURL=integration.js.map