docs(README): add example usage of status endpoint

This commit is contained in:
2026-02-03 00:31:06 +01:00
parent ff99caa644
commit d318405ca9

View File

@@ -36,3 +36,8 @@ curl http://localhost:9999/targets
```bash
curl http://localhost:9999/wake/<target name>
```
### Get to `/status/:name`
```bash
curl http://localhost:9999/status/<target name>
```