v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Misc

Get device timezone

Returns the device's current timezone identifier. Devices that do not support timezone control return an unsupported-feature error.

get/devices/{deviceId}/timezone

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

timezonestring nullable required

Example response

{
  "$schema": "https://example.com/schemas/TimeZoneBody.json"
}