Adding functional script
.gitignore
0 → 100644
NodeHue.js
0 → 100644
NodeHue.zip
0 → 100644
File added
NodeHueInstall.sh
0 → 100644
NodeHueLaunch.sh
0 → 100644
package.json
0 → 100644
{ | ||
"name": "arduino-hue-project", | ||
"version": "1.0.0", | ||
"description": "Ships data to hue from Arduino", | ||
"main": "./main.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.au.dk/au648662/arduinohue20.git" | ||
}, | ||
"dependencies": { | ||
"axios": "0.20.0", | ||
"serialport": "9.0.1" | ||
} | ||
} |
Please register or sign in to comment