To get the device type.

Request

  • Urn:              /api/discovery
  • Method:           GET
  • Request header:   -
  • Request content:  -

Response

  • Response code:
    • 200 – OK
    • 500 – Server error
    • 512 - Internal application error
  • Response header:  -
  • Response type: json
Json schema:
{
        "$schema": "http://json-schema.org/draft-04/schema#",
        "type": "object",
        "properties": {
           "deviceType": {
             "type": "string"
           }
        },
        "required": [
          "deviceType",
        ]
     }
Example
{
	"deviceType": "5.1.0.0"
}
  • Žádné štítky