feat: Added new schemas
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
"fail_reason": { "type": "string" },
|
||||
"file": { "type": "string" },
|
||||
"gcode_file": { "type": "string" },
|
||||
"gcode_state": { "type": "string", "enum": [ "idle", "IDLE", "finish", "FINISH" ] },
|
||||
"gcode_state": { "type": "string", "enum": [ "idle", "IDLE", "finish", "FINISH", "running", "RUNNING" ] },
|
||||
"gcode_file_prepare_percent": { "type": "string" },
|
||||
"force_upgrade": { "type": "boolean" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user