mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Fixed OctoPrint ‘text’ display when idle. (#607)
* Added moonraker support and temperature when idle * removed config change * Delete package-lock.json
This commit is contained in:
parent
1707f5adad
commit
6d2d9baf35
3 changed files with 53 additions and 6 deletions
27
dummy-data/octoprint/api/printer
Normal file
27
dummy-data/octoprint/api/printer
Normal file
|
|
@ -0,0 +1,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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue