From 0fb42865ff978401671a14a909316b376e4764aa Mon Sep 17 00:00:00 2001
From: "p.vanderwilt"
Date: Fri, 26 Sep 2025 15:51:40 +0200
Subject: [PATCH] Add distance configuration to measurement settings
---
src/configs/measurement.json | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/configs/measurement.json b/src/configs/measurement.json
index c061ae9..5c45d96 100644
--- a/src/configs/measurement.json
+++ b/src/configs/measurement.json
@@ -91,6 +91,13 @@
],
"description": "Defines the position of the measurement relative to its parent equipment or system."
}
+ },
+ "distance":{
+ "default": null,
+ "rules": {
+ "type": "number",
+ "description": "Defines the position of the measurement relative to its parent equipment or system."
+ }
}
},
"asset": {