IDS NXT Manual page 21

Rest interface
Hide thumbs Also See for NXT:
Table of Contents

Advertisement

"Level": {
"Description": "Logic-Level, note that true hardware level depends on
Invert",
"Type": "Boolean"
},
"Title": {
"Description": "Pin title",
"Type": "String"
}
}
}
},
Objects [
],
"PATCH": {
"application/x-www-form-urlencoded": {
"Description": "Update the GPIO settings.",
"Values": {
"Inverter": {
"Description": "Enabled additional inverter. If true, 0V input means
on-level",
"Type": "Boolean"
},
"Level": {
"Description": "Logic-Level, note that true hardware level depends on
Invert",
"Type": "Boolean"
}
}
}
}
}
With the GET command, you receive the physical value for an output. The PATCH command
sets the logical value.
March 2021
IDS NXT: REST interface
21

Advertisement

Table of Contents
loading

Table of Contents