17 lines
458 B
JavaScript
17 lines
458 B
JavaScript
exports.__esModule = true;
|
|
module.exports = {
|
|
name: 'Protor',
|
|
description: 'Control Protor features',
|
|
main: require('./protor'),
|
|
connections: [
|
|
{
|
|
name: 'Protor',
|
|
type: 'protor',
|
|
fields: [
|
|
{ id: 'ip', name: 'IP Address', type: 'text' },
|
|
{ id: 'port', name: 'Port', type: 'number', value: 9944 }
|
|
]
|
|
}
|
|
]
|
|
};
|
|
//# sourceMappingURL=integration.js.map
|