![IDS NXT Manual Download Page 20](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479020.webp)
March 2021
20
IDS NXT: REST interface
"Title": {
"Description": "Pin title",
"Type": "String"
}
}
}
},
Options [
],
"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"
}
}
}
}
}
Comments
Only difference to /gpio/outputs/<pin>: Level cannot be set using PATCH.
7.4 /gpio/outputs
·
OPTIONS
{
"Objects": [
"out1",
"out2"
]
}
Comments
Objects are available pins, thus currently out1 or out2
7.5 /gpio/outputs/<pin>
·
OPTIONS
·
GET
·
PATCH
{
"GET": {
"application/json": {
"Description": "Receive status information.",
"Values": {
"Inverter": {
"Description": "Enabled additional inverter. If true, 0V input means
on-level",
"Type": "Boolean"
},