add some way to read mqtt data

This commit is contained in:
David Senoner 2025-06-11 19:03:43 +02:00
parent efc2da22ac
commit 1c7be2a776
4 changed files with 469 additions and 32 deletions

View file

@ -69,7 +69,9 @@
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"drizzle-orm": "^0.43.1",
"postgres": "^3.4.5"
"mqtt": "^5.13.1",
"postgres": "^3.4.5",
"ws": "^8.18.2"
},
"lint-staged": {
"*.{js,css,md,svelte,json}": "prettier --write"