From be7c929600a53ccdacd5eb3ef0cc43009522ddf0 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Fri, 5 Sep 2025 16:20:12 +0200 Subject: [PATCH] physicalPosition 1D update --- measurement.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/measurement.html b/measurement.html index f3b7038..1d3345c 100644 --- a/measurement.html +++ b/measurement.html @@ -37,6 +37,10 @@ //physicalAspect positionVsParent: { value: "" }, positionIcon: { value: "" }, + hasDistance: { value: false }, + distance: { value: 0 }, + distanceUnit: { value: "m" }, + distanceDescription: { value: "" } },