V2: Add proxy for pumps and sensors

Took 30 minutes
This commit is contained in:
2023-01-24 00:34:41 +01:00
parent c9a0ac68c4
commit 243715dab7
11 changed files with 111 additions and 29 deletions

View File

@ -10,7 +10,8 @@
"compile": "tsc && webpack",
"compileStart": "yarn run compile && yarn start",
"watchTS": "tsc --watch",
"watchWP": "webpack --watch"
"watchWP": "webpack --watch",
"doc": "typedoc"
},
"dependencies": {
"@serialport/parser-readline": "^10.5.0",
@ -37,6 +38,7 @@
"morgan": "^1.10.0",
"net-ping": "^1.2.3",
"onoff": "^6.0.3",
"pi-hx711": "^1.2.0",
"pug": "^3.0.2",
"rpi-gpio": "^2.1.7",
"rpi-ws281x-native": "^1.0.4",