Add distance float position handling with backward compatibility #1

Merged
p.vanderwilt merged 22 commits from :main into main 2025-09-26 11:41:53 +00:00
Showing only changes of commit c261335df5 - Show all commits

View File

@@ -433,7 +433,7 @@ class MeasurementContainer {
}
_convertPositionNum2Str(positionValue) {
if (positionValue == 0) {
if (positionValue === 0) {
return "atEquipment";
}
if (positionValue < 0) {