Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OrakelDelphi authored Dec 19, 2024
1 parent 96f72b2 commit a4ac146
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Zigbee2MQTT",
"name": "Zigbee2MQTT 2",
"version": "1.42.0-2",
"slug": "zigbee2mqtt",
"description": "Use your ZigBee devices without the vendor's bridge or gateway",
Expand Down Expand Up @@ -39,19 +39,19 @@
}
],
"ports": {
"8485/tcp": 8485,
"8485/tcp": 8585,
"8099/tcp": null
},
"ports_description": {
"8485/tcp": "Socat tcp-listen port",
"8585/tcp": "Socat tcp-listen port",
"8099/tcp": "Frontend tcp-listen port"
},
"options": {
"data_path": "/config/zigbee2mqtt",
"data_path": "/config/zigbee2mqtt_2",
"socat": {
"enabled": false,
"master": "pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777",
"slave": "tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5",
"slave": "tcp-listen:8585,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5",
"options": "-d -d",
"log": false
},
Expand Down

0 comments on commit a4ac146

Please sign in to comment.