V2: Add proxy for pumps and sensors
Took 30 minutes
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user