mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2026-08-17 06:50:26 +00:00
21 lines
329 B
YAML
21 lines
329 B
YAML
type: object
|
|
properties:
|
|
ports:
|
|
type: array
|
|
items:
|
|
type: string
|
|
baudrates:
|
|
type: array
|
|
items:
|
|
type: number
|
|
printerProfiles:
|
|
type: array
|
|
items:
|
|
$ref: ./Profile.yaml
|
|
baudratePreference:
|
|
type: number
|
|
printerProfilePreference:
|
|
type: string
|
|
autoconnect:
|
|
type: boolean
|