mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2026-08-17 06:50:26 +00:00
12 lines
165 B
YAML
12 lines
165 B
YAML
type: object
|
|
description: Current Tool temperature
|
|
required:
|
|
- actual
|
|
properties:
|
|
actual:
|
|
type: number
|
|
target:
|
|
type: number
|
|
offset:
|
|
type: number
|