19 lines
497 B
JavaScript
19 lines
497 B
JavaScript
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
|