From 64a8d60ef374c2016d3089060c0d318f6a57f13f Mon Sep 17 00:00:00 2001 From: Ankush Gupta Date: Wed, 10 Aug 2022 12:19:37 -0700 Subject: [PATCH] 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/ --- omada/config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/omada/config.json b/omada/config.json index d13abd4a9..02c993ae1 100644 --- a/omada/config.json +++ b/omada/config.json @@ -24,7 +24,7 @@ ], "name": "Omada", "ports": { - "29810/tcp": 29810, + "29810/udp": 29810, "29811/tcp": 29811, "29812/tcp": 29812, "29813/tcp": 29813, @@ -34,14 +34,14 @@ "8843/tcp": 8843 }, "ports_description": { - "29810/tcp": "omada port", - "29811/tcp": "omada port", - "29812/tcp": "omada port", - "29813/tcp": "omada port", - "29814/tcp": "omada port", + "29810/udp": "device discovery port", + "29811/tcp": "legacy device discovery port", + "29812/tcp": "legacy device discovery port", + "29813/tcp": "legacy device upgrade port", + "29814/tcp": "device adoption port", "8043/tcp": "web interface https", - "8088/tcp": "web interface", - "8843/tcp": "portal http" + "8088/tcp": "web interface http", + "8843/tcp": "portal https" }, "slug": "omada", "url": "https://github.com/alexbelgium/hassio-addons",