license update

This commit is contained in:
znetsixe
2025-08-07 13:52:56 +02:00
parent de5652b73d
commit dc1fb500c0
2 changed files with 94 additions and 10 deletions

View File

@@ -81,6 +81,8 @@ class MachineGroup {
this.dynamicTotals = this.calcDynamicTotals();
}
registerOnChildEvents(){}
calcAbsoluteTotals() {
const absoluteTotals = { flow: { min: Infinity, max: 0 }, power: { min: Infinity, max: 0 } };