mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 14:33:07 +01:00
Default values for OBP pages
This commit is contained in:
@@ -490,7 +490,7 @@
|
||||
"name": "page1type",
|
||||
"label": "Type",
|
||||
"type": "list",
|
||||
"default": "oneValue",
|
||||
"default": "Voltage",
|
||||
"description": "Type of page for page 1",
|
||||
"list":["oneValue","twoValues","threeValues","forValues","apparentWind","Voltage"],
|
||||
"category": "OBP60 Page 1",
|
||||
@@ -550,7 +550,7 @@
|
||||
"name": "page2type",
|
||||
"label": "Type",
|
||||
"type": "list",
|
||||
"default": "oneValue",
|
||||
"default": "apparantWind",
|
||||
"description": "Type of page for page 2",
|
||||
"list":["oneValue","twoValues","threeValues","forValues","apparentWind","Voltage"],
|
||||
"category": "OBP60 Page 2",
|
||||
@@ -624,7 +624,7 @@
|
||||
"name": "page3value1",
|
||||
"label": "Field 1",
|
||||
"type": "boatData",
|
||||
"default": "",
|
||||
"default": "AWA",
|
||||
"description": "The display for field one",
|
||||
"category": "OBP60 Page 3",
|
||||
"capabilities": {
|
||||
@@ -685,7 +685,7 @@
|
||||
"name": "page4value1",
|
||||
"label": "Field 1",
|
||||
"type": "boatData",
|
||||
"default": "",
|
||||
"default": "AWS",
|
||||
"description": "The display for field one",
|
||||
"category": "OBP60 Page 4",
|
||||
"capabilities": {
|
||||
|
||||
Reference in New Issue
Block a user