docs: add links to Klipper's status reference
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
8adda52df1
commit
797c62389d
|
@ -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
|
See [Klipper's status reference](https://www.klipper3d.org/Status_Reference.html) for
|
||||||
available for query.
|
details on the printer objects available for query.
|
||||||
|
|
||||||
#### Subscribe to printer object status
|
#### Subscribe to printer object status
|
||||||
HTTP request:
|
HTTP request:
|
||||||
|
@ -987,8 +987,8 @@ the `/printer/objects/query`:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
See [printer_objects.md](printer_objects.md) for details on the printer objects
|
See [Klipper's status reference](https://www.klipper3d.org/Status_Reference.html) for
|
||||||
available for subscription.
|
details on the printer objects available for subscription.
|
||||||
|
|
||||||
Status updates for subscribed objects are sent asynchronously over the
|
Status updates for subscribed objects are sent asynchronously over the
|
||||||
websocket. See the [notify_status_update](#subscriptions)
|
websocket. See the [notify_status_update](#subscriptions)
|
||||||
|
|
Loading…
Reference in New Issue