Initial commit
This commit is contained in:
19
Backend/dist/Integrations/buildin/blackmagick/integration.js
vendored
Normal file
19
Backend/dist/Integrations/buildin/blackmagick/integration.js
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
exports.__esModule = true;
|
||||
module.exports = {
|
||||
name: 'BlackMagick',
|
||||
description: "Control various BlackMagick devices",
|
||||
main: require('./main'),
|
||||
connections: [{
|
||||
name: "Atem",
|
||||
type: "bm_atem",
|
||||
fields: [
|
||||
{
|
||||
id: "ip",
|
||||
name: "IP Address",
|
||||
type: "text",
|
||||
value: "0.0.0.0"
|
||||
}
|
||||
]
|
||||
}]
|
||||
};
|
||||
//# sourceMappingURL=integration.js.map
|
||||
Reference in New Issue
Block a user