19 lines
533 B
JavaScript
19 lines
533 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: 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
|