From 797c62389d31de2ec6c386af83b9cd0957f50068 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Mon, 31 Jul 2023 16:44:23 -0400 Subject: [PATCH] docs: add links to Klipper's status reference Signed-off-by: Eric Callahan --- docs/web_api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/web_api.md b/docs/web_api.md index 5b35299..ec24890 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -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)