Initial commit
This commit is contained in:
22
Backend/dist/Integrations/buildin/powerpoint/integration.js
vendored
Normal file
22
Backend/dist/Integrations/buildin/powerpoint/integration.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
exports.__esModule = true;
|
||||
module.exports = {
|
||||
name: 'Powerpoint',
|
||||
description: 'Control basic Powerpoint functionality on the Undecked computer or via our Powerpoint-Bridge application.',
|
||||
main: require('./powerpoint'),
|
||||
connections: [
|
||||
{
|
||||
name: 'Powerpoint-Bridge',
|
||||
type: 'powerpoint-bridge',
|
||||
message: "This connection requires the 'Undecked Powerpoint Bridge' tool to be running on the same machine as Powerpoint. This tool allows Undecked to control various Powerpoint features over the network.",
|
||||
link: {
|
||||
address: 'http://www.morphix.productions',
|
||||
title: 'Get the Powerpoint Bridge'
|
||||
},
|
||||
fields: [
|
||||
{ id: 'ip', name: 'IP Address', type: 'text' },
|
||||
{ id: 'port', name: 'Port', type: 'number', value: 9292 }
|
||||
]
|
||||
}
|
||||
]
|
||||
};
|
||||
//# sourceMappingURL=integration.js.map
|
||||
Reference in New Issue
Block a user