![IDS NXT Manual Download Page 17](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479017.webp)
March 2021
17
IDS NXT: REST interface
}
}
}
},
Options [
],
"PUT": {
"image/png, image/jpeg, image/gif, image/bmp": {
"Description": "Upload a new avatar, implicitly deleting the old one.
Image must be 256x256px."
}
}
}
6.3 /deviceinfo/datetime
·
OPTIONS
·
GET
·
PATCH
{
"GET": {
"application/json": {
"Description": "Receive device datetime information",
"Values": {
"DateTime": {
"Description": "Server time",
"Type": "String"
},
"NTP": {
"Description": "True if NTP is enabled",
"Type": "Boolean"
},
"NTPServer": {
"Description": "Must be of format 'xxx.xxx.xxx.xxx'.",
"Type": "String"
},
"Timezone": {
"Description": "Current used Timezone",
"Range": [
"America/Adak",
"America/Anchorage",
...
"Asia/Yekaterinburg",
"Asia/Yeveran"
],
"Type": "String",
"Unit": "IANA timezone"
}
}
}
},
Options [
],
"PATCH": {
"application/json": {
"Description": "Update device datetime information.",