mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
* Added moonraker support and temperature when idle * removed config change * Delete package-lock.json
27 lines
No EOL
575 B
Text
27 lines
No EOL
575 B
Text
{
|
|
"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
|
|
}
|
|
}
|
|
} |