...
To get the device type.
Request
- Urn: /api/discovery
...
Metoda: GET
...
- Method: GET
- Request header: -
- Request content: -
Response
- Response code:
- 200 – OK
- 500 – Server error
- 512 - Internal application error
- Response header: -
- Response type: json
Blok kódu | |||
---|---|---|---|
| |||
{ "$schema": "http://192.168.1.1/api/discoveryjson-schema.org/draft-04/schema#", "type": "object", "properties": { "deviceType": { "type": "string" } }, "required": [ "deviceType", ] } |
Blok kódu | ||
---|---|---|
| ||
{ "deviceType": "5.1.0.0" } |