Several fixes, especially measurement and pressure updates and triggers where flawed

This commit is contained in:
znetsixe
2025-10-02 17:09:24 +02:00
parent 000bee7190
commit 5357290b41
3 changed files with 37 additions and 29 deletions

View File

@@ -62,7 +62,7 @@ class nodeClass {
unit: uiConfig.unit
},
functionality: {
positionVsParent: uiConfig.positionVsParent || 'atEquipment', // Default to 'atEquipment' if not specified
positionVsParent: uiConfig.positionVsParent
}
};