Files
Undecked/Backend/dist/Integrations/buildin/deck/integration.js
2023-08-29 20:06:52 +02:00

22 lines
536 B
JavaScript

Object.defineProperty(exports, "__esModule", { value: 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