homer/dummy-data/octoprint/api/printer
Zach Russell 6d2d9baf35
Fixed OctoPrint ‘text’ display when idle. (#607)
* Added moonraker support and temperature when idle

* removed config change

* Delete package-lock.json
2023-05-02 09:27:27 +02:00

27 lines
575 B
Plaintext

{
"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
}
}
}