1
0
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:
norbert-walter
2022-02-19 19:10:19 +01:00
parent 27a00e9913
commit 0b17b96900
3 changed files with 175 additions and 9 deletions

View File

@@ -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"