Compare commits
2 Commits
dev-Rene
...
05800cbef3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05800cbef3 | ||
|
|
0c4419f952 |
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -1,7 +1,7 @@
|
||||
|
||||
[submodule "nodes/machineGroupControl"]
|
||||
path = nodes/machineGroupControl
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/machineGroupControl.git
|
||||
url = https://gitea.centraal.wbd-rd.nl/woutverheijen/machineGroupControl.git
|
||||
[submodule "nodes/generalFunctions"]
|
||||
path = nodes/generalFunctions
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
|
||||
@@ -13,13 +13,13 @@
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
|
||||
[submodule "nodes/rotatingMachine"]
|
||||
path = nodes/rotatingMachine
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git
|
||||
url = https://gitea.centraal.wbd-rd.nl/woutverheijen/rotatingMachine.git
|
||||
[submodule "nodes/monster"]
|
||||
path = nodes/monster
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/monster.git
|
||||
[submodule "nodes/measurement"]
|
||||
path = nodes/measurement
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/measurement.git
|
||||
url = https://gitea.centraal.wbd-rd.nl/woutverheijen/measurement.git
|
||||
[submodule "nodes/diffuser"]
|
||||
path = nodes/diffuser
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/diffuser.git
|
||||
@@ -29,6 +29,3 @@
|
||||
[submodule "nodes/reactor"]
|
||||
path = nodes/reactor
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git
|
||||
[submodule "nodes/pumpingStation"]
|
||||
path = nodes/pumpingStation
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation
|
||||
|
||||
BIN
EVOLV-1.0.20.tgz
BIN
EVOLV-1.0.20.tgz
Binary file not shown.
BIN
EVOLV-1.0.41.tgz
Normal file
BIN
EVOLV-1.0.41.tgz
Normal file
Binary file not shown.
@@ -2,8 +2,7 @@
|
||||
|
||||
## Over
|
||||
|
||||
Dit bouwblok is ontwikkeld door het R&D-team van Waterschap Brabantse Delta voor gebruik in Node-RED.
|
||||
|
||||
Dit bouwblok is ontwikkeld door het R&D-team van Waterschap Brabantse Delta voor gebruik in Node-RED. Het is bedoeld voor hergebruik binnen **niet-commerciële toepassingen**.
|
||||
|
||||
> *[Voeg hier een korte toelichting toe over de specifieke functionele werking van dit bouwblok]*
|
||||
|
||||
|
||||
Submodule nodes/dashboardAPI updated: c99a93f73b...b66e014a46
Submodule nodes/generalFunctions updated: 067017f2ea...2fb73e6713
Submodule nodes/machineGroupControl updated: f4cb329597...a55c6bdbea
Submodule nodes/measurement updated: 339ae6bdde...496c5688bc
Submodule nodes/monster updated: 3971b4e328...a061873537
Submodule nodes/pumpingStation deleted from 7efd3b0a07
Submodule nodes/reactor updated: 7c8722b324...2a520be33b
Submodule nodes/rotatingMachine updated: 108d2e23ca...000bee7190
Submodule nodes/valve updated: e69825a48e...9dea685db7
Submodule nodes/valveGroupControl updated: 54e1fd0f43...a2277eec39
297
package-lock.json
generated
297
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "EVOLV",
|
||||
"version": "1.0.20",
|
||||
"version": "1.0.41",
|
||||
"description": "Modular Node-RED package containing all control and automation nodes developed under the EVOLV project.",
|
||||
"keywords": [
|
||||
"node-red",
|
||||
@@ -18,17 +18,15 @@
|
||||
"reactor": "nodes/reactor/reactor.js",
|
||||
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
|
||||
"valve": "nodes/valve/valve.js",
|
||||
"valveGroupControl": "nodes/valveGroupControl/vgc.js",
|
||||
"pumpingstation": "nodes/pumpingStation/pumpingStation.js"
|
||||
|
||||
"valveGroupControl": "nodes/valveGroupControl/vgc.js"
|
||||
}
|
||||
},
|
||||
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
|
||||
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels",
|
||||
"license": "SEE LICENSE",
|
||||
"dependencies": {
|
||||
"@tensorflow/tfjs": "^4.22.0",
|
||||
"@tensorflow/tfjs-node": "^4.22.0",
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#dev-Rene",
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
||||
"mathjs": "^13.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user