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