Skip to content

Commit

Permalink
gw: fix json example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr authored and mdavidsaver committed Aug 7, 2023
1 parent 141ad1f commit 2603c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/gw.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ communicate with a server running on ``192.168.1.23``. ::
{
"name":"client192",
"addrlist":"192.168.1.255",
"autoaddrlist":false,
"autoaddrlist":false
}
],
"servers":[
Expand All @@ -129,7 +129,7 @@ communicate with a server running on ``192.168.1.23``. ::
"interface":["10.1.1.4"],
"addrlist":"10.1.1.255",
"autoaddrlist":false,
"statusprefix":"GW:STS:", /* optional, but suggested */
"statusprefix":"GW:STS:" /* optional, but suggested */
}
/* optional, allows server side access to Gateway status */
,{
Expand All @@ -138,7 +138,7 @@ communicate with a server running on ``192.168.1.23``. ::
"interface":["192.168.1.5"],
"addrlist":"192.168.1.255",
"autoaddrlist":false,
"statusprefix":"GW:STS:",
"statusprefix":"GW:STS:"
}
]
}
Expand Down

0 comments on commit 2603c20

Please sign in to comment.