From ffab553f7e940cc12966c1357f4314a2d86fc75d Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Fri, 5 Sep 2025 16:20:22 +0200 Subject: [PATCH] physicalPosition 1D update --- mgc.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mgc.html b/mgc.html index 43c2a6b..f543f8a 100644 --- a/mgc.html +++ b/mgc.html @@ -26,10 +26,14 @@ enableLog: { value: false }, logLevel: { value: "error" }, - // Physical aspect + //physicalAspect positionVsParent: { value: "" }, - positionLabel: { value: "" }, positionIcon: { value: "" }, + hasDistance: { value: false }, + distance: { value: 0 }, + distanceUnit: { value: "m" }, + distanceDescription: { value: "" } + }, inputs:1, outputs:3,