docs: add "instance_ids" field to system_info response
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
266c5b53d1
commit
c3cd24b3bf
|
@ -1071,6 +1071,10 @@ Returns: Information about the host system in the following format:
|
|||
"klipper_mcu",
|
||||
"moonraker"
|
||||
],
|
||||
"instance_ids": {
|
||||
"moonraker": "moonraker",
|
||||
"klipper": "klipper"
|
||||
},
|
||||
"service_state": {
|
||||
"klipper": {
|
||||
"active_state": "active",
|
||||
|
|
Loading…
Reference in New Issue