mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
Basis working
This commit is contained in:
@@ -713,7 +713,7 @@
|
||||
},
|
||||
{
|
||||
"name": "calOffset1",
|
||||
"label": "Calibration Data Instance 1 Offset",
|
||||
"label": "Data Instance 1 Calibration Offset",
|
||||
"type": "number",
|
||||
"default": "0.00",
|
||||
"description": "Offset for data instance 1",
|
||||
@@ -724,7 +724,7 @@
|
||||
},
|
||||
{
|
||||
"name": "calSlope1",
|
||||
"label": "Calibration Data Instance 1 Slope",
|
||||
"label": "Data Instance 1 Calibration Slope",
|
||||
"type": "number",
|
||||
"default": "1.00",
|
||||
"description": "Slope for data instance 1",
|
||||
@@ -733,6 +733,20 @@
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calSmooth1",
|
||||
"label": "Data Instance 1 Smoothing",
|
||||
"type": "number",
|
||||
"default": "0",
|
||||
"check": "checkMinMax",
|
||||
"min": 0,
|
||||
"max": 9,
|
||||
"description": "Smoothing factor for data instance 1",
|
||||
"category": "OBP60 Calibrations",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calInstance2",
|
||||
"label": "Calibration Data Instance 2",
|
||||
@@ -760,7 +774,7 @@
|
||||
},
|
||||
{
|
||||
"name": "calOffset2",
|
||||
"label": "Calibration Data Instance 2 Offset",
|
||||
"label": "Data Instance 2 Calibration Offset",
|
||||
"type": "number",
|
||||
"default": "0.00",
|
||||
"description": "Offset for data instance 2",
|
||||
@@ -771,7 +785,7 @@
|
||||
},
|
||||
{
|
||||
"name": "calSlope2",
|
||||
"label": "Calibration Data Instance 2 Slope",
|
||||
"label": "Data Instance 2 Calibration Slope",
|
||||
"type": "number",
|
||||
"default": "1.00",
|
||||
"description": "Slope for data instance 2",
|
||||
@@ -780,6 +794,20 @@
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calSmooth2",
|
||||
"label": "Data Instance 2 Smoothing",
|
||||
"type": "number",
|
||||
"default": "0",
|
||||
"check": "checkMinMax",
|
||||
"min": 0,
|
||||
"max": 9,
|
||||
"description": "Smoothing factor for data instance 2",
|
||||
"category": "OBP60 Calibrations",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "calInstance3",
|
||||
"label": "Calibration Data Instance 3",
|
||||
@@ -807,7 +835,7 @@
|
||||
},
|
||||
{
|
||||
"name": "calOffset3",
|
||||
"label": "Calibration Data Instance 3 Offset",
|
||||
"label": "Data Instance 3 Calibration Offset",
|
||||
"type": "number",
|
||||
"default": "0.00",
|
||||
"description": "Offset for data instance 3",
|
||||
@@ -818,7 +846,7 @@
|
||||
},
|
||||
{
|
||||
"name": "calSlope3",
|
||||
"label": "Calibration Data Instance 3 Slope",
|
||||
"label": "Data Instance 3 Calibration Slope",
|
||||
"type": "number",
|
||||
"default": "1.00",
|
||||
"description": "Slope for data instance 3",
|
||||
@@ -827,7 +855,21 @@
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "calSmooth3",
|
||||
"label": "Data Instance 3 Smoothing",
|
||||
"type": "number",
|
||||
"default": "0",
|
||||
"check": "checkMinMax",
|
||||
"min": 0,
|
||||
"max": 9,
|
||||
"description": "Smoothing factor for data instance 3",
|
||||
"category": "OBP60 Calibrations",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "display",
|
||||
"label": "Display Mode",
|
||||
"type": "list",
|
||||
|
||||
Reference in New Issue
Block a user