octoprint-open-api/openapi/paths/printer/bed-get.yaml
2020-11-04 00:02:26 +01:00

14 lines
648 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

summary: Retrieve the current bed state
operationId: getBedState
tags:
- Bed
- State
description: >-
Retrieves the current temperature data (actual, target and offset) plus optionally a (limited) history (actual, target, timestamp) for the printers heated bed.
Its 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.
parameters:
- $ref: ../../components/parameters/history.yaml
- $ref: ../../components/parameters/limit.yaml
responses:
$ref: ../../components/responses/BedState.yaml