[ASUSWRT] Added router port to configurtation

This commit is contained in:
Pawel Derehajlo
2025-01-20 02:07:47 +01:00
parent adb99e5f1a
commit e50d757f57
2 changed files with 38 additions and 7 deletions

View File

@@ -207,7 +207,7 @@
"description": [
{
"language_code": "en_us",
"string": "Router ip(do not include <code>http://</code> or <code>https://</code>)."
"string": "Router ip(do not include port, <code>http://</code> or <code>https://</code>)."
}
]
},
@@ -242,6 +242,37 @@
}
]
},
{
"function": "port",
"type": {
"dataType": "string",
"elements": [
{
"elementType": "input",
"elementOptions": [],
"transformers": []
}
]
},
"default_value": "",
"options": [],
"localized": [
"name",
"description"
],
"name": [
{
"language_code": "en_us",
"string": "Router port"
}
],
"description": [
{
"language_code": "en_us",
"string": "Router port. Leave empty for default."
}
]
},
{
"function": "password",
"type": {