docs: add links to Klipper's status reference

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-07-31 16:44:23 -04:00
parent 8adda52df1
commit 797c62389d
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 4 additions and 4 deletions

View File

@ -923,8 +923,8 @@ An object where the top level items are "eventtime" and "status". The
}
}
```
See [printer_objects.md](printer_objects.md) for details on the printer objects
available for query.
See [Klipper's status reference](https://www.klipper3d.org/Status_Reference.html) for
details on the printer objects available for query.
#### Subscribe to printer object status
HTTP request:
@ -987,8 +987,8 @@ the `/printer/objects/query`:
}
```
See [printer_objects.md](printer_objects.md) for details on the printer objects
available for subscription.
See [Klipper's status reference](https://www.klipper3d.org/Status_Reference.html) for
details on the printer objects available for subscription.
Status updates for subscribed objects are sent asynchronously over the
websocket. See the [notify_status_update](#subscriptions)