mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2026-08-16 22:40:23 +00:00
16 lines
262 B
YAML
16 lines
262 B
YAML
type: object
|
|
properties:
|
|
current:
|
|
type: object
|
|
properties:
|
|
state:
|
|
type: string
|
|
port:
|
|
type: string
|
|
baudrate:
|
|
type: number
|
|
printerProfile:
|
|
type: string
|
|
options:
|
|
$ref: ./ConnectionOptions.yaml
|