Skip to content

time_set

Tech

Sets system time in the device.

Params

attribute description
tstamp*
unsigned integer
Unix timestamp specifying the new time

Example

{
  "tstamp": 1617692029
}

Return

attribute description
tstamp*
unsigned integer
Unix timestamp of the device's actual time at the moment the response is generated. This may differ slightly from the requested tstamp because it accounts for processing and transport delay, so it reflects the current device time.