-
Notifications
You must be signed in to change notification settings - Fork 15
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
3D Printers #57
Comments
What do you mean with "the state"? Whether they're turned on? How long they're printing? We currently publish the webcam feed through the SpaceAPI: https://status.crdmp.ch/ |
Both, the progress, temperature etc |
This will probably be quite space-specific, both what data you publish and what you do with it. You should start specifying and using custom fields (prefixed with |
Hmm, 3d printers are quite common, so far i can't think of a space who doesn't have one. And im pretty sure we can have something quite generalized for the start, something like: {
...
"sensors": {
"3dprinter": [
{
"name": "my-fancy-printer",
"time_left": 120,
"cam": "https://url-to-y.our/webcam"
}
]
}
...
} |
I would love to see the state of our 3D printers through the api,
not sure where exactly to put them in the json, though.
Could that be included?
The text was updated successfully, but these errors were encountered: