Update machine-api spec (#3244)

YOYO NEW API SPEC!

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
zoo-github-actions-auth[bot]
2024-08-02 16:13:49 -07:00
committed by GitHub
parent bcdf6e314f
commit 834472e0a6

View File

@ -251,6 +251,9 @@
},
"Message2": {
"description": "A message from the printer.",
"enum": [
"ok"
],
"type": "string"
},
"Message3": {
@ -858,6 +861,13 @@
"project_file"
],
"type": "string"
},
{
"description": "Stop the print.",
"enum": [
"stop"
],
"type": "string"
}
]
},