mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
13 lines
660 B
YAML
13 lines
660 B
YAML
summary: Retrieve the current tool state
|
||
operationId: getToolState
|
||
description: >-
|
||
Retrieves the current temperature data (actual, target and offset) plus optionally a (limited) history (actual, target, timestamp) for all of the printer’s available tools. It’s also possible to retrieve the temperature history by supplying the history query parameter set to true. The amount of returned history data points can be limited using the limit query parameter.
|
||
tags:
|
||
- Tool
|
||
- State
|
||
parameters:
|
||
- $ref: ../../components/parameters/history.yaml
|
||
- $ref: ../../components/parameters/limit.yaml
|
||
responses:
|
||
$ref: ../../components/responses/ToolState.yaml
|