mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 14:24:06 +02:00
fix(omada): update ports and documentation
- discovery is on *UDP* 29810 - adds better port descriptions source: https://www.tp-link.com/us/support/faq/3265/
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
],
|
],
|
||||||
"name": "Omada",
|
"name": "Omada",
|
||||||
"ports": {
|
"ports": {
|
||||||
"29810/tcp": 29810,
|
"29810/udp": 29810,
|
||||||
"29811/tcp": 29811,
|
"29811/tcp": 29811,
|
||||||
"29812/tcp": 29812,
|
"29812/tcp": 29812,
|
||||||
"29813/tcp": 29813,
|
"29813/tcp": 29813,
|
||||||
@@ -34,14 +34,14 @@
|
|||||||
"8843/tcp": 8843
|
"8843/tcp": 8843
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"29810/tcp": "omada port",
|
"29810/udp": "device discovery port",
|
||||||
"29811/tcp": "omada port",
|
"29811/tcp": "legacy device discovery port",
|
||||||
"29812/tcp": "omada port",
|
"29812/tcp": "legacy device discovery port",
|
||||||
"29813/tcp": "omada port",
|
"29813/tcp": "legacy device upgrade port",
|
||||||
"29814/tcp": "omada port",
|
"29814/tcp": "device adoption port",
|
||||||
"8043/tcp": "web interface https",
|
"8043/tcp": "web interface https",
|
||||||
"8088/tcp": "web interface",
|
"8088/tcp": "web interface http",
|
||||||
"8843/tcp": "portal http"
|
"8843/tcp": "portal https"
|
||||||
},
|
},
|
||||||
"slug": "omada",
|
"slug": "omada",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
|
|||||||
Reference in New Issue
Block a user