Initial commit
This commit is contained in:
17
Backend/dist/Integrations/buildin/protor/integration.js
vendored
Normal file
17
Backend/dist/Integrations/buildin/protor/integration.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user