1
0
Fork 0
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:
Zach Russell 2023-05-02 01:27:27 -06:00 committed by GitHub
parent 1707f5adad
commit 6d2d9baf35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 6 deletions

View 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
}
}
}