diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-11-27 18:41:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 09:41:12 -0800 |
commit | 70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3 (patch) | |
tree | 4a81ec8383a9d6ee6b58138d2a5fd429c9161799 /dummy-data/octoprint/api/status_printer_offline.json | |
parent | 98fe0a393970070fa04b5f37dbbb7a4c3ef82beb (diff) | |
download | homer-70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3.tar.gz homer-70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3.tar.zst homer-70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3.zip |
Octoprint service (#324) (#560)v22.11.2
Add Octoprint service.
Diffstat (limited to 'dummy-data/octoprint/api/status_printer_offline.json')
-rw-r--r-- | dummy-data/octoprint/api/status_printer_offline.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dummy-data/octoprint/api/status_printer_offline.json b/dummy-data/octoprint/api/status_printer_offline.json new file mode 100644 index 0000000..c733409 --- /dev/null +++ b/dummy-data/octoprint/api/status_printer_offline.json | |||
@@ -0,0 +1,26 @@ | |||
1 | { | ||
2 | "job": { | ||
3 | "estimatedPrintTime": null, | ||
4 | "filament": { | ||
5 | "length": null, | ||
6 | "volume": null | ||
7 | }, | ||
8 | "file": { | ||
9 | "date": 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 | "printTimeOrigin": null | ||
24 | }, | ||
25 | "state": "Offline" | ||
26 | } \ No newline at end of file | ||