Device list and selection integrated into configuration interface
This commit is contained in:
@@ -54,6 +54,20 @@
|
||||
"description": "A password for configuration modifications is required.",
|
||||
"category": "System"
|
||||
},
|
||||
{
|
||||
"name": "instDesc1",
|
||||
"label": "Description 1",
|
||||
"type": "string",
|
||||
"description": "NMEA2000 installation description 1",
|
||||
"category": "System"
|
||||
},
|
||||
{
|
||||
"name": "instDesc2",
|
||||
"label": "Description 2",
|
||||
"type": "string",
|
||||
"description": "NMEA2000 installation description 2",
|
||||
"category": "System"
|
||||
},
|
||||
{
|
||||
"name": "apEnable",
|
||||
"label": "Enable AP",
|
||||
@@ -120,8 +134,8 @@
|
||||
"type": "number",
|
||||
"default": 64,
|
||||
"min": 0,
|
||||
"max": 255,
|
||||
"description": "The brightness of the destination leds (0..255).",
|
||||
"max": 4095,
|
||||
"description": "The brightness of the destination leds (0..4095).",
|
||||
"category": "Hardware"
|
||||
},
|
||||
{
|
||||
@@ -130,8 +144,8 @@
|
||||
"type": "number",
|
||||
"default": 64,
|
||||
"min": 0,
|
||||
"max": 255,
|
||||
"description": "The brightness of the rgb status led (0..255).",
|
||||
"max": 4095,
|
||||
"description": "The brightness of the rgb status led (0..4095).",
|
||||
"category": "Hardware"
|
||||
},
|
||||
{
|
||||
@@ -281,8 +295,8 @@
|
||||
"name": "n2kDestA",
|
||||
"label": "Destination A",
|
||||
"type": "dynlist",
|
||||
"source": "devicelist",
|
||||
"interval": "5000",
|
||||
"source": "dyndevlist",
|
||||
"interval": "30000",
|
||||
"description": "Destination device A",
|
||||
"category": "NMEA2000"
|
||||
},
|
||||
@@ -290,8 +304,8 @@
|
||||
"name": "n2kDestB",
|
||||
"label": "Destination B",
|
||||
"type": "dynlist",
|
||||
"source": "devicelist",
|
||||
"interval": "5000",
|
||||
"source": "dyndevlist",
|
||||
"interval": "30000",
|
||||
"description": "Destination device B",
|
||||
"category": "NMEA2000"
|
||||
},
|
||||
@@ -299,8 +313,8 @@
|
||||
"name": "n2kDestC",
|
||||
"label": "Destination C",
|
||||
"type": "dynlist",
|
||||
"source": "devicelist",
|
||||
"interval": "5000",
|
||||
"source": "dyndevlist",
|
||||
"interval": "30000",
|
||||
"description": "Destination device C",
|
||||
"category": "NMEA2000"
|
||||
},
|
||||
@@ -312,7 +326,7 @@
|
||||
"check": "checkMinMax",
|
||||
"min": 1,
|
||||
"max": 300,
|
||||
"description": "interval seconds to send environment data [1..300]",
|
||||
"description": "interval in seconds to send environment data [1..300]",
|
||||
"category": "NMEA2000"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user