feat: add logging for spoolman status in checkSpoolmanInstance function
This commit is contained in:
		| @@ -685,6 +685,8 @@ bool checkSpoolmanInstance() { | ||||
|                 if (!error && doc["status"].is<String>()) { | ||||
|                     const char* status = doc["status"]; | ||||
|                     http.end(); | ||||
|                     Serial.print("Spoolman status: "); | ||||
|                     Serial.println(status); | ||||
|  | ||||
|                     if (!checkSpoolmanExtraFields()) { | ||||
|                         Serial.println("Fehler beim Überprüfen der Extrafelder."); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user