Initial commit

This commit is contained in:
2023-08-29 19:55:48 +02:00
commit 7c2eec4446
473 changed files with 40947 additions and 0 deletions

View 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