mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-18 00:03:07 +01:00
Additional bug fix in JSON-configuration
This commit is contained in:
@@ -726,7 +726,7 @@
|
|||||||
"condition": [
|
"condition": [
|
||||||
{ "calInstance1": "AWA" },
|
{ "calInstance1": "AWA" },
|
||||||
{ "calInstance1": "AWS" },
|
{ "calInstance1": "AWS" },
|
||||||
{ "calInstance2": "COG" },
|
{ "calInstance1": "COG" },
|
||||||
{ "calInstance1": "DBT" },
|
{ "calInstance1": "DBT" },
|
||||||
{ "calInstance1": "HDM" },
|
{ "calInstance1": "HDM" },
|
||||||
{ "calInstance1": "PRPOS" },
|
{ "calInstance1": "PRPOS" },
|
||||||
@@ -751,7 +751,7 @@
|
|||||||
"condition": [
|
"condition": [
|
||||||
{ "calInstance1": "AWA" },
|
{ "calInstance1": "AWA" },
|
||||||
{ "calInstance1": "AWS" },
|
{ "calInstance1": "AWS" },
|
||||||
{ "calInstance2": "COG" },
|
{ "calInstance1": "COG" },
|
||||||
{ "calInstance1": "DBT" },
|
{ "calInstance1": "DBT" },
|
||||||
{ "calInstance1": "HDM" },
|
{ "calInstance1": "HDM" },
|
||||||
{ "calInstance1": "PRPOS" },
|
{ "calInstance1": "PRPOS" },
|
||||||
@@ -779,7 +779,7 @@
|
|||||||
"condition": [
|
"condition": [
|
||||||
{ "calInstance1": "AWA" },
|
{ "calInstance1": "AWA" },
|
||||||
{ "calInstance1": "AWS" },
|
{ "calInstance1": "AWS" },
|
||||||
{ "calInstance2": "COG" },
|
{ "calInstance1": "COG" },
|
||||||
{ "calInstance1": "DBT" },
|
{ "calInstance1": "DBT" },
|
||||||
{ "calInstance1": "HDM" },
|
{ "calInstance1": "HDM" },
|
||||||
{ "calInstance1": "PRPOS" },
|
{ "calInstance1": "PRPOS" },
|
||||||
|
|||||||
@@ -737,7 +737,7 @@
|
|||||||
"condition": [
|
"condition": [
|
||||||
{ "calInstance1": "AWA" },
|
{ "calInstance1": "AWA" },
|
||||||
{ "calInstance1": "AWS" },
|
{ "calInstance1": "AWS" },
|
||||||
{ "calInstance2": "COG" },
|
{ "calInstance1": "COG" },
|
||||||
{ "calInstance1": "DBT" },
|
{ "calInstance1": "DBT" },
|
||||||
{ "calInstance1": "HDM" },
|
{ "calInstance1": "HDM" },
|
||||||
{ "calInstance1": "PRPOS" },
|
{ "calInstance1": "PRPOS" },
|
||||||
@@ -762,7 +762,7 @@
|
|||||||
"condition": [
|
"condition": [
|
||||||
{ "calInstance1": "AWA" },
|
{ "calInstance1": "AWA" },
|
||||||
{ "calInstance1": "AWS" },
|
{ "calInstance1": "AWS" },
|
||||||
{ "calInstance2": "COG" },
|
{ "calInstance1": "COG" },
|
||||||
{ "calInstance1": "DBT" },
|
{ "calInstance1": "DBT" },
|
||||||
{ "calInstance1": "HDM" },
|
{ "calInstance1": "HDM" },
|
||||||
{ "calInstance1": "PRPOS" },
|
{ "calInstance1": "PRPOS" },
|
||||||
@@ -782,7 +782,7 @@
|
|||||||
"check": "checkMinMax",
|
"check": "checkMinMax",
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 10,
|
"max": 10,
|
||||||
"description": "Smoothing factor for data instance 1",
|
"description": "Smoothing factor [0..10]; 0 = no smoothing",
|
||||||
"category": "OBP40 Calibrations",
|
"category": "OBP40 Calibrations",
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"obp40":"true"
|
"obp40":"true"
|
||||||
@@ -790,7 +790,7 @@
|
|||||||
"condition": [
|
"condition": [
|
||||||
{ "calInstance1": "AWA" },
|
{ "calInstance1": "AWA" },
|
||||||
{ "calInstance1": "AWS" },
|
{ "calInstance1": "AWS" },
|
||||||
{ "calInstance2": "COG" },
|
{ "calInstance1": "COG" },
|
||||||
{ "calInstance1": "DBT" },
|
{ "calInstance1": "DBT" },
|
||||||
{ "calInstance1": "HDM" },
|
{ "calInstance1": "HDM" },
|
||||||
{ "calInstance1": "PRPOS" },
|
{ "calInstance1": "PRPOS" },
|
||||||
@@ -887,7 +887,7 @@
|
|||||||
"check": "checkMinMax",
|
"check": "checkMinMax",
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 10,
|
"max": 10,
|
||||||
"description": "Smoothing factor for data instance 2",
|
"description": "Smoothing factor [0..10]; 0 = no smoothing",
|
||||||
"category": "OBP40 Calibrations",
|
"category": "OBP40 Calibrations",
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"obp40":"true"
|
"obp40":"true"
|
||||||
@@ -992,7 +992,7 @@
|
|||||||
"check": "checkMinMax",
|
"check": "checkMinMax",
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 10,
|
"max": 10,
|
||||||
"description": "Smoothing factor for data instance 3",
|
"description": "Smoothing factor [0..10]; 0 = no smoothing",
|
||||||
"category": "OBP40 Calibrations",
|
"category": "OBP40 Calibrations",
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"obp40":"true"
|
"obp40":"true"
|
||||||
|
|||||||
Reference in New Issue
Block a user