This commit is contained in:
Dennis Gunia
2024-08-03 11:53:00 +02:00
commit bffa7df214
9 changed files with 292 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "luminea2mqtt",
"version": "1.0.0",
"description": "Luminea to mqtt bridge",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dennis Gunia",
"license": "ISC",
"dependencies": {
"log4js": "^6.9.1",
"mqtt": "^5.9.1",
"tuyapi": "github:codetheweb/tuyapi",
"yaml": "^2.5.0"
}
}