Initial commit
This commit is contained in:
24
Backend/dist/Integrations/buildin/ndiTools/integration.js
vendored
Normal file
24
Backend/dist/Integrations/buildin/ndiTools/integration.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
exports.__esModule = 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
|
||||
Reference in New Issue
Block a user