From a2277eec396efe71f8ce45729dcceea1fdbea20f Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Fri, 5 Sep 2025 16:21:07 +0200 Subject: [PATCH] physicalPosition 1D update --- vgc.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/vgc.html b/vgc.html index 83ae1af..c620fa2 100644 --- a/vgc.html +++ b/vgc.html @@ -26,10 +26,13 @@ enableLog: { value: false }, logLevel: { value: "error" }, - // Physical aspect - positionVsParent: { value: "" }, - positionLabel: { value: "" }, - positionIcon: { value: "" }, + //physicalAspect + positionVsParent: { value: "" }, + positionIcon: { value: "" }, + hasDistance: { value: false }, + distance: { value: 0 }, + distanceUnit: { value: "m" }, + distanceDescription: { value: "" } }, inputs:1, outputs:3,