updates to safety features

This commit is contained in:
znetsixe
2025-11-25 14:57:39 +01:00
parent 5a575a29fe
commit d91609b3a4
3 changed files with 104 additions and 9 deletions

View File

@@ -65,6 +65,13 @@ class nodeClass {
refHeight: uiConfig.refHeight,
minHeightBasedOn: uiConfig.minHeightBasedOn,
basinBottomRef: uiConfig.basinBottomRef,
},
safety:{
enableDryRunProtection: uiConfig.enableDryRunProtection,
dryRunThresholdPercent: uiConfig.dryRunThresholdPercent,
enableOverfillProtection: uiConfig.enableOverfillProtection,
overfillThresholdPercent: uiConfig.overfillThresholdPercent,
timeleftToFullOrEmptyThresholdSeconds: uiConfig.timeleftToFullOrEmptyThresholdSeconds
}
};