NMEA2000 manufacturer names and a bit more logging
This commit is contained in:
@@ -153,8 +153,8 @@
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"min": 0,
|
||||
"max": 252,
|
||||
"description": "The number uf switch bank the keys belong to\nRange [0 .. 252] default 0",
|
||||
"max": 255,
|
||||
"description": "The number uf switch bank the keys belong to\nRange [0 .. 255] default 0",
|
||||
"category": "Keys"
|
||||
},
|
||||
{
|
||||
@@ -280,21 +280,27 @@
|
||||
{
|
||||
"name": "n2kDestA",
|
||||
"label": "Destination A",
|
||||
"type": "list",
|
||||
"type": "dynlist",
|
||||
"source": "devicelist",
|
||||
"interval": "5000",
|
||||
"description": "Destination device A",
|
||||
"category": "NMEA2000"
|
||||
},
|
||||
{
|
||||
"name": "n2kDestB",
|
||||
"label": "Destination B",
|
||||
"type": "list",
|
||||
"type": "dynlist",
|
||||
"source": "devicelist",
|
||||
"interval": "5000",
|
||||
"description": "Destination device B",
|
||||
"category": "NMEA2000"
|
||||
},
|
||||
{
|
||||
"name": "n2kDestC",
|
||||
"label": "Destination C",
|
||||
"type": "list",
|
||||
"type": "dynlist",
|
||||
"source": "devicelist",
|
||||
"interval": "5000",
|
||||
"description": "Destination device C",
|
||||
"category": "NMEA2000"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user