Skip to content

Commit

Permalink
Add ports to forward for netcat to ha-addon
Browse files Browse the repository at this point in the history
  • Loading branch information
SzczepanLeon committed Dec 16, 2022
1 parent f992c9f commit 70b4527
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ha-addon/config.json
Expand Up @@ -11,6 +11,14 @@
"devices": ["/dev/ttyUSB0", "/dev/ttyAMA0"],
"usb": true,
"uart": true,
"ports": {
"9011/udp": null,
"9022/tcp": null
},
"ports_description": {
"9011/udp": "Netcat udp-listen port",
"9022/tcp": "Netcat tcp-listen port"
},
"services": [
"mqtt:need"
],
Expand Down

0 comments on commit 70b4527

Please sign in to comment.