]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - dummy-data/octoprint/api/status_printer_offline-error.json
Octoprint service (#324) (#560)
[github/bastienwirtz/homer.git] / dummy-data / octoprint / api / status_printer_offline-error.json
1 {
2 "error": "SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)",
3 "job": {
4 "averagePrintTime": null,
5 "estimatedPrintTime": null,
6 "filament": null,
7 "file": {
8 "date": null,
9 "display": null,
10 "name": null,
11 "origin": null,
12 "path": null,
13 "size": null
14 },
15 "lastPrintTime": null,
16 "user": null
17 },
18 "progress": {
19 "completion": null,
20 "filepos": null,
21 "printTime": null,
22 "printTimeLeft": null,
23 "printTimeLeftOrigin": null
24 },
25 "state": "Offline after error"
26 }