docs: Document "notify_klippy_shutdown"

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2021-01-01 11:51:52 -05:00
parent 7d738c7a8b
commit 4aa2a86e3b
3 changed files with 9 additions and 1 deletions

View File

@ -21,4 +21,4 @@ Users:\
[user_changes.md](/docs/user_changes.md) - December 31st 2020
Developers:\
[api_changes.md](/docs/api_changes.md) - December 30th 2020
[api_changes.md](/docs/api_changes.md) - January 1st 2021

View File

@ -1,4 +1,7 @@
This document keeps a record of all changes to Moonraker's web APIs.
### January 1st 2021
- A `notify_klippy_shutdown` websocket notification has been added
### December 30th 2020
- Some additional fields are now reported in the response to
`GET /machine/update/status`.

View File

@ -1104,6 +1104,11 @@ Notify clients when Klippy has reported a ready state
`{jsonrpc: "2.0", method: "notify_klippy_ready"}`
### Klippy Shutdown:
Notify clients when Klippy has reported a shutdown state
`{jsonrpc: "2.0", method: "notify_klippy_shutdown"}`
### Klippy Disconnected:
Notify clients when Moonraker's connection to Klippy has terminated