homepage/docs/widgets/services/octoprint.md

14 lines
255 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: OctoPrint
description: OctoPrintWidget Configuration
---
Allowed fields: `["printer_state", "temp_tool", "temp_bed", "job_completion"]`.
```yaml
widget:
type: octoprint
url: http://octoprint.host.or.ip:port
key: youroctoprintapikey
2023-09-29 21:01:11 +03:00
```