websocket

This commit is contained in:
MickLesk
2026-03-24 20:49:23 +01:00
parent 1a02433bfb
commit 2b8afe8875
2 changed files with 3 additions and 3 deletions

View File

@@ -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}"

View File

@@ -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",