PageCurrent: added leeway coeff, changed boat value handling, fixed ROLL

This commit is contained in:
Ulrich Meine
2026-04-25 02:37:39 +02:00
parent 1098afa8b2
commit 2f30e858c8
3 changed files with 146 additions and 77 deletions
+38
View File
@@ -75,6 +75,44 @@
"obp60":"true"
}
},
{
"name": "leeKStd",
"label": "Leeway Coefficient",
"type": "list",
"default": "---",
"description": "Boat coefficient K for leeway",
"list": [
"---",
"Racer [2]",
"Multihull Draggerboard [4]",
"Performance Cruiser [6]",
"Family Cruiser [9]",
"Heavy Displacement [13]",
"Multihull Fixed Keel [16]",
"Individual value"
],
"category": "OBP60 Settings",
"capabilities": {
"obp60": "true"
}
},
{
"name": "leeK",
"label": "Leeway Coefficient",
"type": "number",
"default": "0.00",
"check": "checkMinMax",
"min": 0,
"max": 20,
"description": "Boat coefficient K for leeway - individual setting [0..20]",
"category": "OBP60 Settings",
"capabilities": {
"obp60":"true"
},
"condition": [
{ "leeKStd": ["Individual value"] }
]
},
{
"name": "fuelTank",
"label": "Fuel Tank [l]",