Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mcu: expose non critical status #473

Merged
merged 3 commits into from
Dec 20, 2024
Merged

mcu: expose non critical status #473

merged 3 commits into from
Dec 20, 2024

Conversation

rogerlz
Copy link
Contributor

@rogerlz rogerlz commented Dec 10, 2024

expose the non critical disconnection status to the get_status()

Checklist

  • pr title makes sense
  • squashed to 1 commit
  • added a test case if possible
  • if new feature, added to the readme
  • ci is happy and green

@rogerlz rogerlz requested a review from a team as a code owner December 10, 2024 21:19
@rogerlz
Copy link
Contributor Author

rogerlz commented Dec 11, 2024

curl -s http://localhost:7125/printer/objects/query?mcu%20kusba | jq '.result.status[].non_critical_disconnected'
true
curl -s http://localhost:7125/printer/objects/query?mcu | jq '.result.status[].non_critical_disconnected'
false

@rogerlz rogerlz merged commit 5c42ff9 into main Dec 20, 2024
3 checks passed
@rogerlz rogerlz deleted the noncritical_status branch December 20, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant