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

5
Backend/test.js Normal file
View File

@@ -0,0 +1,5 @@
const StreamDeck = require('@elgato-stream-deck/node');
var decks = StreamDeck.listStreamDecks();
console.log({ decks });