Compare commits

...

1 Commits

Author SHA1 Message Date
d318405ca9 docs(README): add example usage of status endpoint 2026-02-03 00:31:06 +01:00

View File

@@ -35,4 +35,9 @@ curl http://localhost:9999/targets
### GET to `/wake/:name`
```bash
curl http://localhost:9999/wake/<target name>
```
### Get to `/status/:name`
```bash
curl http://localhost:9999/status/<target name>
```