forked from RnD/rotatingMachine
Refactor flow handling: rename reactor references to source and sink and fix config minor bug
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
warmup: { value: 0 },
|
||||
shutdown: { value: 0 },
|
||||
cooldown: { value: 0 },
|
||||
machineCurve : { value: {}},
|
||||
flowNumber : { value: 1, required: true },
|
||||
machineCurve: { value: {}},
|
||||
flowNumber: { value: 1, required: true },
|
||||
|
||||
//define asset properties
|
||||
uuid: { value: "" },
|
||||
|
||||
Reference in New Issue
Block a user