New ports added

https://github.com/alexbelgium/hassio-addons/issues/1456
This commit is contained in:
Alexandre
2024-06-29 07:05:09 +02:00
committed by GitHub
parent 1909e51cd4
commit 1fe5bb43d1

View File

@@ -22,16 +22,22 @@
"10110/tcp": 10110, "10110/tcp": 10110,
"3000/tcp": 3000, "3000/tcp": 3000,
"3443/tcp": 3443, "3443/tcp": 3443,
"8375/tcp": 8375 "8375/tcp": 8375,
"1458/udp": null,
"1459/tcp": null,
"1460/udp": null
}, },
"ports_description": { "ports_description": {
"10110/tcp": "NMEA0183 port", "10110/tcp": "NMEA0183 port",
"3000/tcp": "web interface", "3000/tcp": "web interface",
"3443/tcp": "ssl web interface", "3443/tcp": "ssl web interface",
"8375/tcp": "TCPSTREAM port" "8375/tcp": "TCPSTREAM port",
"1458/udp": "Custom 1",
"1459/tcp": "Custom 2",
"1460/udp": "Custom 3"
}, },
"slug": "signalk", "slug": "signalk",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.8.3", "version": "2.8.3-2",
"webui": "http://[HOST]:[PORT:3000]" "webui": "http://[HOST]:[PORT:3000]"
} }