![Axis 2N Indoor Touch 2.0 Api Manual Download Page 33](http://html1.mh-extra.com/html/axis/2n-indoor-touch-2-0/2n-indoor-touch-2-0_api-manual_3038317033.webp)
2N TELEKOMUNIKACE a.s., www.2n.cz
33/94
3.4 Display
Getting current settings
Get the current
settings.
URL:
{{ip_addr}}
https://
/api/v1/display
HTTP method:
GET
Response code:
Standard HTTP response code, treating syntactic errors.
Response data:
{
"data"
: {
"brightness"
:
100
,
"isBlueLedNotificationActive"
:
tr
ue
,
"turnOffDisplayDelay"
:
2
}
}
Section setting
URL:
{{ip_addr}}
https://
/api/v1/display
HTTP method:
PUT
Response code:
Standard HTTP response code, treating syntactic errors.
Request body:
{
"brightness"
:
37
,
"isBlueLedNotificationActive"
:
tr
ue
,
"turnOffDisplayDelay"
:
1
}