Issue a connection command

post/api/connection

Request body

commandstring
baudrateinteger
portstring
printerProfilestring

Example request

{
  "connect": {
    "hostname": "dev.connect.prusa"
  }
}

Response

OK

urlstring

Example response

{
  "url": "http://dev.connect.prusa:8080/add-printer/connect/1.3.1/AHWAXF7JZI/Shelf/Home"
}

Changes