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