diff --git a/ct/matter-server.sh b/ct/matter-server.sh index 4d2300e2..ca268893 100644 --- a/ct/matter-server.sh +++ b/ct/matter-server.sh @@ -56,5 +56,5 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" -echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:5580${CL}" +echo -e "${INFO}${YW} Matter Server WebSocket API is running on port 5580.${CL}" +echo -e "${TAB}${GATEWAY}${BGN}ws://${IP}:5580/ws${CL}" diff --git a/json/matter-server.json b/json/matter-server.json index bf8d8db8..52c5d232 100644 --- a/json/matter-server.json +++ b/json/matter-server.json @@ -8,7 +8,7 @@ "type": "ct", "updateable": true, "privileged": false, - "interface_port": 5580, + "interface_port": null, "documentation": "https://github.com/matter-js/python-matter-server", "website": "https://github.com/matter-js/python-matter-server", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/home-assistant.webp",