NMEA2000 manufacturer names and a bit more logging

This commit is contained in:
2026-01-31 15:14:26 +01:00
parent 2eabe931d8
commit 3729fcb0f1
4 changed files with 247 additions and 37 deletions

View File

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