![IDS NXT Manual Download Page 31](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479031.webp)
March 2021
31
IDS NXT: REST interface
9 Light
·
·
·
9.1 /light
·
OPTIONS
{
"Objects": [
"external"
]
}
9.2 /light/external
·
OPTIONS
·
GET
·
PATCH
{
"GET": {
"application/json": {
"Description": "Receive the internal flash settings.",
"Values": {
"AutoDuration": {
"Description": Automatic flash duration configuration based on
exposure time and sensor",
"Type": "Boolean"
},
"Delay": {
"Description": "Flash delay in microseconds",
"Range": {
"Maximum": 16777215,
"Minimum": 0
},
"Type": "Integer",
"Unit": "microseconds"
},
"Duration": {
"Description": "Flash on-time",
"Range": {
"Maximum": 16777215,
"Minimum": 0
},
"Type": "Integer",
"Unit": "microseconds"
},
"Inverted":
{
"Description": "Inverts the flash signal",
"Type": "Boolean"
}