feat: Added new schemas
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
"print_error": { "type": "integer" },
|
||||
"lifecycle": { "type": "string", "enum": ["product"] },
|
||||
"wifi_signal": { "type": "string", "pattern": "^-([0-9]{1,2}|100)dBm$" },
|
||||
"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" },
|
||||
"queue_number": { "type": "integer" },
|
||||
"queue_total": { "type": "integer" },
|
||||
|
||||
Reference in New Issue
Block a user