WIP prototype

This commit is contained in:
Liz Cray
2024-12-16 21:22:13 -05:00
commit b48eb7fa88
6 changed files with 494 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "dec0ntamination",
"version": "1.0.0",
"description": "Deconz sensor to InfluxDB uploader",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "https://git.corrupt.link/liz/dec0ntamination"
},
"author": "Liz Cray",
"license": "MIT"
}