File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Add the following to your `docker-compose.yaml`:
5656Send a Wake-on-LAN packet to a host. For example, to wake a machine at ` 192.168.1.1 ` with MAC address ` 00:00:00:00:00:00 ` :
5757
5858``` bash
59- curl -X POST " http://wol-client:5555/start " \
59+ curl -X POST " http://wol-client:5555/wake " \
6060 -H " Content-Type: application/json" \
6161 -d ' {
6262 "ip": "192.168.1.1",
@@ -68,7 +68,7 @@ curl -X POST "http://wol-client:5555/start" \
6868You can also specify a different IP address for pinging:
6969
7070``` bash
71- curl -X POST " http://wol-client:5555/start " \
71+ curl -X POST " http://wol-client:5555/wake " \
7272 -H " Content-Type: application/json" \
7373 -d ' {
7474 "ip": "192.168.1.100",
@@ -83,7 +83,7 @@ curl -X POST "http://wol-client:5555/start" \
8383
8484## WebSocket Updates
8585
86- The ` /start ` endpoint returns a ` client_id ` .
86+ The ` /wake ` endpoint returns a ` client_id ` .
8787Use it to open a WebSocket connection:
8888
8989```
You can’t perform that action at this time.
0 commit comments