Initial commit
This commit is contained in:
22
Backend/dist/Integrations/buildin/deck/integration.js
vendored
Normal file
22
Backend/dist/Integrations/buildin/deck/integration.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
exports.__esModule = true;
|
||||
var Integration = {
|
||||
name: 'Deck',
|
||||
description: "Control the deck you're using.",
|
||||
actions: [
|
||||
{
|
||||
id: 'changepage',
|
||||
name: 'Change page'
|
||||
},
|
||||
{
|
||||
id: 'setbackground',
|
||||
name: 'Set key background color'
|
||||
},
|
||||
{
|
||||
id: 'settext',
|
||||
name: 'Set key text'
|
||||
}
|
||||
],
|
||||
main: require('./deck')
|
||||
};
|
||||
module.exports = Integration;
|
||||
//# sourceMappingURL=integration.js.map
|
||||
Reference in New Issue
Block a user