mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-09-11 19:55:14 +02:00
Merge pull request #239 from Scorgan01/PageCurrent
New PageCurrent for display of current
This commit is contained in:
@@ -75,6 +75,44 @@
|
||||
"obp40": "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": "OBP40 Settings",
|
||||
"capabilities": {
|
||||
"obp40": "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": "OBP40 Settings",
|
||||
"capabilities": {
|
||||
"obp40":"true"
|
||||
},
|
||||
"condition": [
|
||||
{ "leeKStd": ["Individual value"] }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "fuelTank",
|
||||
"label": "Fuel Tank [l]",
|
||||
@@ -1534,6 +1572,7 @@
|
||||
"Battery2",
|
||||
"Clock",
|
||||
"Compass",
|
||||
"Current",
|
||||
"DigitalOut",
|
||||
"DST810",
|
||||
"Fluid",
|
||||
@@ -1589,6 +1628,7 @@
|
||||
},
|
||||
"condition": {
|
||||
"page1type": [
|
||||
"Current",
|
||||
"Fluid",
|
||||
"FourValues",
|
||||
"FourValues2",
|
||||
@@ -1865,6 +1905,7 @@
|
||||
"Battery2",
|
||||
"Clock",
|
||||
"Compass",
|
||||
"Current",
|
||||
"DigitalOut",
|
||||
"DST810",
|
||||
"Fluid",
|
||||
@@ -1919,6 +1960,7 @@
|
||||
},
|
||||
"condition": {
|
||||
"page2type": [
|
||||
"Current",
|
||||
"Fluid",
|
||||
"FourValues",
|
||||
"FourValues2",
|
||||
@@ -2187,6 +2229,7 @@
|
||||
"Battery2",
|
||||
"Clock",
|
||||
"Compass",
|
||||
"Current",
|
||||
"DigitalOut",
|
||||
"DST810",
|
||||
"Fluid",
|
||||
@@ -2240,6 +2283,7 @@
|
||||
},
|
||||
"condition": {
|
||||
"page3type": [
|
||||
"Current",
|
||||
"Fluid",
|
||||
"FourValues",
|
||||
"FourValues2",
|
||||
@@ -2500,6 +2544,7 @@
|
||||
"Battery2",
|
||||
"Clock",
|
||||
"Compass",
|
||||
"Current",
|
||||
"DigitalOut",
|
||||
"DST810",
|
||||
"Fluid",
|
||||
@@ -2552,6 +2597,7 @@
|
||||
},
|
||||
"condition": {
|
||||
"page4type": [
|
||||
"Current",
|
||||
"Fluid",
|
||||
"FourValues",
|
||||
"FourValues2",
|
||||
@@ -2804,6 +2850,7 @@
|
||||
"Battery2",
|
||||
"Clock",
|
||||
"Compass",
|
||||
"Current",
|
||||
"DigitalOut",
|
||||
"DST810",
|
||||
"Fluid",
|
||||
@@ -2855,6 +2902,7 @@
|
||||
},
|
||||
"condition": {
|
||||
"page5type": [
|
||||
"Current",
|
||||
"Fluid",
|
||||
"FourValues",
|
||||
"FourValues2",
|
||||
@@ -3099,6 +3147,7 @@
|
||||
"Battery2",
|
||||
"Clock",
|
||||
"Compass",
|
||||
"Current",
|
||||
"DigitalOut",
|
||||
"DST810",
|
||||
"Fluid",
|
||||
@@ -3149,6 +3198,7 @@
|
||||
},
|
||||
"condition": {
|
||||
"page6type": [
|
||||
"Current",
|
||||
"Fluid",
|
||||
"FourValues",
|
||||
"FourValues2",
|
||||
@@ -3385,6 +3435,7 @@
|
||||
"Battery2",
|
||||
"Clock",
|
||||
"Compass",
|
||||
"Current",
|
||||
"DigitalOut",
|
||||
"DST810",
|
||||
"Fluid",
|
||||
@@ -3434,6 +3485,7 @@
|
||||
},
|
||||
"condition": {
|
||||
"page7type": [
|
||||
"Current",
|
||||
"Fluid",
|
||||
"FourValues",
|
||||
"FourValues2",
|
||||
@@ -3662,6 +3714,7 @@
|
||||
"Battery2",
|
||||
"Clock",
|
||||
"Compass",
|
||||
"Current",
|
||||
"DigitalOut",
|
||||
"DST810",
|
||||
"Fluid",
|
||||
@@ -3710,6 +3763,7 @@
|
||||
},
|
||||
"condition": {
|
||||
"page8type": [
|
||||
"Current",
|
||||
"Fluid",
|
||||
"FourValues",
|
||||
"FourValues2",
|
||||
@@ -3930,6 +3984,7 @@
|
||||
"Battery2",
|
||||
"Clock",
|
||||
"Compass",
|
||||
"Current",
|
||||
"DigitalOut",
|
||||
"DST810",
|
||||
"Fluid",
|
||||
@@ -3977,6 +4032,7 @@
|
||||
},
|
||||
"condition": {
|
||||
"page9type": [
|
||||
"Current",
|
||||
"Fluid",
|
||||
"FourValues",
|
||||
"FourValues2",
|
||||
@@ -4189,6 +4245,7 @@
|
||||
"Battery2",
|
||||
"Clock",
|
||||
"Compass",
|
||||
"Current",
|
||||
"DigitalOut",
|
||||
"DST810",
|
||||
"Fluid",
|
||||
@@ -4235,6 +4292,7 @@
|
||||
},
|
||||
"condition": {
|
||||
"page10type": [
|
||||
"Current",
|
||||
"Fluid",
|
||||
"FourValues",
|
||||
"FourValues2",
|
||||
|
||||
Reference in New Issue
Block a user