aboutsummaryrefslogtreecommitdiffhomepage
path: root/dummy-data/octoprint/api/printer
blob: b8bbe98ccd55bce180e4da1b8296c103ae61510a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "temperature": {
        "bed": {
            "actual": 20.52,
            "offset": 0,
            "target": 0.0
        },
        "tool0": {
            "actual": 20.44,
            "offset": 0,
            "target": 0.0
        }
    },
    "state": {
        "text": "Operational",
        "flags": {
            "operational": true,
            "paused": false,
            "printing": false,
            "cancelling": false,
            "pausing": false,
            "error": false,
            "ready": true,
            "closedOrError": false
        }
    }
}