From 560f0d7da0a1bb7dcf3da1e8b6dd4b6b1fe60d2c Mon Sep 17 00:00:00 2001 From: Felddy Date: Thu, 5 Oct 2023 15:44:07 -0400 Subject: [PATCH] Correct typo in status enum --- spec/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/openapi.yaml b/spec/openapi.yaml index cfc450a2..4835e7a4 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -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