WISE-4000 User Manual 132
JSON array name definition:
PATCH
Single/Multi Channel Request:
PATCH /ai_value/slot_index
Single Channel Request:
PATCH /ai_value/slot_index/ch_num
[Example]
Request: PATCH /ai_value/slot_0
Content-type: application/json
{
"AIVal": [
{
"Ch":2,
"LoA": 0
},
{
"Ch":3,
"HiA":0
}
]
}
Response: 200 OK
Request: PATCH /ai_value/slot_0/ch_3
Content-type: application/json
{
"LoA":0
}
Response: 200 OK
Field Abbreviation Data Type
Array of Analog input
configurations
AIVal Array