forked from RnD/machineGroupControl
license update
This commit is contained in:
@@ -81,6 +81,8 @@ class MachineGroup {
|
||||
this.dynamicTotals = this.calcDynamicTotals();
|
||||
}
|
||||
|
||||
registerOnChildEvents(){}
|
||||
|
||||
calcAbsoluteTotals() {
|
||||
|
||||
const absoluteTotals = { flow: { min: Infinity, max: 0 }, power: { min: Infinity, max: 0 } };
|
||||
|
||||
Reference in New Issue
Block a user