Skip to content

Commit

Permalink
Correct typo in status enum
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy authored and ondratu committed Jan 15, 2024
1 parent a0c4313 commit 560f0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ components:
properties:
state:
type: string
enum: [ IDLE, BUSY, PRINTING, PAUSED, FINISHED, STOPPED, ERROR, ATTTENTION, READY ]
enum: [ IDLE, BUSY, PRINTING, PAUSED, FINISHED, STOPPED, ERROR, ATTENTION, READY ]
temp_nozzle:
type: number
example: 214.9
Expand Down

0 comments on commit 560f0d7

Please sign in to comment.