mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
Add voltage page
This commit is contained in:
@@ -401,7 +401,7 @@
|
||||
"Off",
|
||||
"Bus Data",
|
||||
"GPS Fix",
|
||||
"Limits Overrun"
|
||||
"Limit Violation"
|
||||
],
|
||||
"category": "OBP60 Display",
|
||||
"capabilities": {
|
||||
@@ -491,7 +491,7 @@
|
||||
"type": "list",
|
||||
"default": "oneValue",
|
||||
"description": "Type of page for page 1",
|
||||
"list":["oneValue","twoValues","threeValues","forValues","apparentWind"],
|
||||
"list":["oneValue","twoValues","threeValues","forValues","apparentWind","Voltage"],
|
||||
"category": "OBP60 Page 1",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
@@ -551,7 +551,7 @@
|
||||
"type": "list",
|
||||
"default": "oneValue",
|
||||
"description": "Type of page for page 2",
|
||||
"list":["oneValue","twoValues","threeValues","forValues","apparentWind"],
|
||||
"list":["oneValue","twoValues","threeValues","forValues","apparentWind","Voltage"],
|
||||
"category": "OBP60 Page 2",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
@@ -611,7 +611,7 @@
|
||||
"type": "list",
|
||||
"default": "oneValue",
|
||||
"description": "Type of page for page 3",
|
||||
"list":["oneValue","twoValues","threeValues","forValues","apparentWind"],
|
||||
"list":["oneValue","twoValues","threeValues","forValues","apparentWind","Voltage"],
|
||||
"category": "OBP60 Page 3",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
@@ -671,7 +671,7 @@
|
||||
"type": "list",
|
||||
"default": "oneValue",
|
||||
"description": "Type of page for page 4",
|
||||
"list":["oneValue","twoValues","threeValues","forValues","apparentWind"],
|
||||
"list":["oneValue","twoValues","threeValues","forValues","apparentWind","Voltage"],
|
||||
"category": "OBP60 Page 4",
|
||||
"capabilities": {
|
||||
"obp60":"true"
|
||||
|
||||
Reference in New Issue
Block a user