mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
14 lines
648 B
YAML
14 lines
648 B
YAML
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 printer’s heated bed.
|
||
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.
|
||
parameters:
|
||
- $ref: ../../components/parameters/history.yaml
|
||
- $ref: ../../components/parameters/limit.yaml
|
||
responses:
|
||
$ref: ../../components/responses/BedState.yaml
|