Implement scaffolding for making requests against OpenHAB

This commit is contained in:
2024-11-13 22:48:19 +01:00
parent e791bce02c
commit a95aae8c11
5 changed files with 132 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
"typescript": "^5.6.3"
},
"dependencies": {
"axios": "^1.7.7",
"mqtt": "^5.10.1"
}
}