[
{
"portIndex": 0,
"connectIndex": 0,
"conditions": [
{
"powerIndex": 0,
"status": 0
},
{
"powerIndex": 1,
"status": 0
},
{
"powerIndex": 2,
"status": 0
},
{
"powerIndex": 3,
"status": 0
},
{
"powerIndex": 4,
"status": 0
},
{
"powerIndex": 5,
"status": 0
},
{
"powerIndex": 6,
"status": 0
},
{
"powerIndex": 7,
"status": 0
}
]
}
]curl --location --request POST 'http://192.168.0.220:12000/terminal/core/v1/multiFunction/power/status' \
--header 'Authorization;' \
--header 'Authorization: "token": "1772884900758a3G/2VxvvL8sYGX7ch4lkw==",' \
--header 'token: 17728859184696FpLycPa6RQn6ACR6uNK1w==' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"portIndex": 0,
"connectIndex": 0,
"conditions": [
{
"powerIndex": 0,
"status": 0
},
{
"powerIndex": 1,
"status": 0
},
{
"powerIndex": 2,
"status": 0
},
{
"powerIndex": 3,
"status": 0
},
{
"powerIndex": 4,
"status": 0
},
{
"powerIndex": 5,
"status": 0
},
{
"powerIndex": 6,
"status": 0
},
{
"powerIndex": 7,
"status": 0
}
]
}
]'{
"code": 0,
"message": "string"
}