znetsixe
f96476bd23
Merge commit '12fce6c' into HEAD
...
# Conflicts:
# index.js
# src/configs/index.js
# src/configs/machineGroupControl.json
# src/helper/assetUtils.js
# src/helper/childRegistrationUtils.js
# src/helper/configUtils.js
# src/helper/logger.js
# src/helper/menuUtils.js
# src/helper/menuUtils_DEPRECATED.js
# src/helper/outputUtils.js
# src/helper/validationUtils.js
# src/measurements/Measurement.js
# src/measurements/MeasurementContainer.js
# src/measurements/examples.js
# src/outliers/outlierDetection.js
2026-03-31 18:07:57 +02:00
Rene De Ren
dec5f63b21
refactor: adopt POSITIONS constants, fix ESLint warnings, break menuUtils into modules
...
- Replace hardcoded position strings with POSITIONS.* constants
- Prefix unused variables with _ to resolve no-unused-vars warnings
- Fix no-prototype-builtins with Object.prototype.hasOwnProperty.call()
- Extract menuUtils.js (543 lines) into 6 focused modules under menu/
- menuUtils.js now 35 lines, delegates via prototype mixin pattern
- Add 158 unit tests for ConfigManager, MeasurementContainer, ValidationUtils
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 15:36:52 +01:00
Rene De Ren
82094d8d09
Fix ESLint errors, bugs, and add gravity export
...
- Fix missing return in childRegistrationUtils.registerChild()
- Fix assertionUtils: assertNoNaN uses this.assertNoNaN
- Fix logger: nameModule uses this.nameModule
- Fix assetUtils: convert ESM to CommonJS
- Fix childRegistrationUtils_DEPRECATED: desc -> softwareType
- Add gravity export to index.js for rotatingMachine
- Fix ESLint errors across 18 files (no-undef, no-case-declarations,
no-mixed-spaces-and-tabs, parsing errors)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 13:39:40 +01:00
znetsixe
27a6d3c709
updates
2026-03-11 11:13:05 +01:00
znetsixe
d52a1827e3
Added min height based on | fixed dynamic speed in %/sec
2025-11-20 11:09:26 +01:00
znetsixe
2540d19b76
updates to accomodate valve node
2025-07-24 13:17:10 +02:00
znetsixe
bc9e3cda90
changed the folder and added index.js
2025-06-10 12:36:39 +02:00