Skip to content

Commit

Permalink
Add syslogIpAddress to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Jun 29, 2024
1 parent e5eedda commit 96bd04c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ $ curl http://10.0.100.2:8081/status
"red2": null,
"red3": null
},
"syslogIpAddress": "10.0.100.5",
"version": "1.2.3"
}
```
Expand All @@ -115,7 +116,8 @@ $ curl http://10.0.100.2:8081/configuration -XPOST -d '{
"stationConfigurations": {
"red1": {"ssid": "1111", "wpaKey": "11111111"},
"blue2": {"ssid": "5555", "wpaKey": "55555555"}
}
},
"syslogIpAddress": "10.0.100.40"
}'
New configuration received and will be applied asynchronously.
```
Expand All @@ -136,7 +138,8 @@ $ curl http://10.0.100.2:8081/status
"red1": null,
"red2": null,
"red3": null
}
},
"syslogIpAddress": "10.0.100.40"
}
```

Expand Down

0 comments on commit 96bd04c

Please sign in to comment.