physicalPosition 1D update

This commit is contained in:
znetsixe
2025-09-05 16:21:07 +02:00
parent ee6a30b1af
commit a2277eec39

View File

@@ -26,10 +26,13 @@
enableLog: { value: false }, enableLog: { value: false },
logLevel: { value: "error" }, logLevel: { value: "error" },
// Physical aspect //physicalAspect
positionVsParent: { value: "" }, positionVsParent: { value: "" },
positionLabel: { value: "" }, positionIcon: { value: "" },
positionIcon: { value: "" }, hasDistance: { value: false },
distance: { value: 0 },
distanceUnit: { value: "m" },
distanceDescription: { value: "" }
}, },
inputs:1, inputs:1,
outputs:3, outputs:3,