forked from RnD/EVOLV
Compare commits
9 Commits
dev-Thomas
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 80de324b32 | |||
| c8d5ea0fce | |||
| b871b23c24 | |||
| 91b681a74d | |||
| 76d2008e52 | |||
| 3c304f14e5 | |||
| 24c443840b | |||
| c4c8629c01 | |||
| 609c72cedc |
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
[submodule "nodes/machineGroupControl"]
|
[submodule "nodes/machineGroupControl"]
|
||||||
path = nodes/machineGroupControl
|
path = nodes/machineGroupControl
|
||||||
url = https://gitea.centraal.wbd-rd.nl/t.verdonck/machineGroupControl.git
|
url = https://gitea.centraal.wbd-rd.nl/RnD/machineGroupControl.git
|
||||||
[submodule "nodes/generalFunctions"]
|
[submodule "nodes/generalFunctions"]
|
||||||
path = nodes/generalFunctions
|
path = nodes/generalFunctions
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
|
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
|
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
|
||||||
[submodule "nodes/rotatingMachine"]
|
[submodule "nodes/rotatingMachine"]
|
||||||
path = nodes/rotatingMachine
|
path = nodes/rotatingMachine
|
||||||
url = https://gitea.centraal.wbd-rd.nl/t.verdonck/rotatingMachine.git
|
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git
|
||||||
[submodule "nodes/monster"]
|
[submodule "nodes/monster"]
|
||||||
path = nodes/monster
|
path = nodes/monster
|
||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/monster.git
|
url = https://gitea.centraal.wbd-rd.nl/RnD/monster.git
|
||||||
@@ -31,4 +31,7 @@
|
|||||||
url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git
|
url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git
|
||||||
[submodule "nodes/pumpingStation"]
|
[submodule "nodes/pumpingStation"]
|
||||||
path = nodes/pumpingStation
|
path = nodes/pumpingStation
|
||||||
url = https://gitea.centraal.wbd-rd.nl/t.verdonck/pumpingStation
|
url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation
|
||||||
|
[submodule "nodes/settler"]
|
||||||
|
path = nodes/settler
|
||||||
|
url = https://gitea.centraal.wbd-rd.nl/RnD/settler.git
|
||||||
|
|||||||
BIN
EVOLV-1.0.5.tgz
BIN
EVOLV-1.0.5.tgz
Binary file not shown.
Submodule nodes/dashboardAPI updated: c99a93f73b...5f1dd7675c
Submodule nodes/generalFunctions updated: ce25ee930a...858189d6da
Submodule nodes/machineGroupControl updated: b6ffefc92b...e0526250c2
Submodule nodes/monster updated: a061873537...cf10e20404
Submodule nodes/pumpingStation updated: 0a6c7ee2e1...6e9ae9fc7e
Submodule nodes/reactor updated: ff814074a4...d56e422d90
Submodule nodes/rotatingMachine updated: fb75fb8a11...99b45c87e4
1
nodes/settler
Submodule
1
nodes/settler
Submodule
Submodule nodes/settler added at 7f2d326612
1108
package-lock.json
generated
1108
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "EVOLV",
|
"name": "EVOLV",
|
||||||
"version": "1.0.5",
|
"version": "1.0.41",
|
||||||
"description": "Modular Node-RED package containing all control and automation nodes developed under the EVOLV project.",
|
"description": "Modular Node-RED package containing all control and automation nodes developed under the EVOLV project.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node-red",
|
"node-red",
|
||||||
@@ -15,20 +15,18 @@
|
|||||||
"machineGroupControl": "nodes/machineGroupControl/mgc.js",
|
"machineGroupControl": "nodes/machineGroupControl/mgc.js",
|
||||||
"measurement": "nodes/measurement/measurement.js",
|
"measurement": "nodes/measurement/measurement.js",
|
||||||
"monster": "nodes/monster/monster.js",
|
"monster": "nodes/monster/monster.js",
|
||||||
|
"pumpingstation": "nodes/pumpingStation/pumpingStation.js",
|
||||||
"reactor": "nodes/reactor/reactor.js",
|
"reactor": "nodes/reactor/reactor.js",
|
||||||
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
|
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
|
||||||
|
"settler": "nodes/settler/settler.js",
|
||||||
"valve": "nodes/valve/valve.js",
|
"valve": "nodes/valve/valve.js",
|
||||||
"valveGroupControl": "nodes/valveGroupControl/vgc.js",
|
"valveGroupControl": "nodes/valveGroupControl/vgc.js"
|
||||||
"pumpingstation": "nodes/pumpingStation/pumpingStation.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, pieter van der wilt",
|
||||||
"license": "SEE LICENSE",
|
"license": "SEE LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tensorflow/tfjs": "^4.22.0",
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
||||||
"@tensorflow/tfjs-node": "^4.22.0",
|
|
||||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#dev-Rene",
|
|
||||||
"mathjs": "^13.2.0"
|
"mathjs": "^13.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user