mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
17 lines
227 B
YAML
17 lines
227 B
YAML
type: object
|
|
properties:
|
|
command:
|
|
type: string
|
|
enum:
|
|
- connect
|
|
port:
|
|
type: string
|
|
baudrate:
|
|
type: number
|
|
printerProfile:
|
|
type: string
|
|
save:
|
|
type: boolean
|
|
autoconnect:
|
|
type: boolean
|