mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-03-13 14:59:23 +01:00
* Added moonraker support and temperature when idle * removed config change * Delete package-lock.json
27 lines
575 B
Plaintext
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
|
|
}
|
|
}
|
|
} |