Added setting for 'address' and 'port'

This commit is contained in:
nutty
2026-07-01 09:43:29 +10:00
parent 2a7c1f3dbd
commit 15e5f91f01
2 changed files with 20 additions and 1 deletions
+16
View File
@@ -221,6 +221,22 @@
],
"defaultValue": "slide-out-bottom",
"group": "General"
},
{
"id": "smtcBridgeAddress",
"label": "Address",
"description": "",
"type": "text",
"defaultValue": "127.0.0.1",
"group": "SMTC Bridge"
},
{
"id": "smtcBridgePort",
"label": "Port",
"description": "",
"type": "text",
"defaultValue": "5000",
"group": "SMTC Bridge"
}
]
}