Closed
Description
Checklist
- I have filled out the template to the best of my ability.
- This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
- This issue is not a duplicate feature request of previous feature requests.
Is your feature request related to a problem? Please describe.
I want to show the current active spool in HA
Describe the solution you'd like
Active spool can be achived by calling the klipper endpoint https://[klipper url]/server/spoolman/spool_id
with a sample result:
{
"result": {
"spool_id": 28
}
}
Describe alternatives you've considered
n/a
Additional context
n/a