Files
2023-08-29 20:06:52 +02:00

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