[
{
"enable": true,
"portIndex": 0,
"connectIndex": 1,
"conditions": [
{
"cron": [
"0 15 10 ? * *",
"0 0 12 * * ?"
],
"action": 1,
"type": "屏体电源",
"startTime": "2018-06-06",
"endTime": "2018-06-07",
"enable": true,
"powerIndex": 0,
"flag": "abc"
},
{
"cron": [
"0 15 10 ? * *",
"0 0 12 * * ?"
],
"action": 0,
"type": "风扇电源",
"startTime": "2018-06-06",
"endTime": "2018-06-07",
"powerIndex": 0,
"enable": true
}
]
}
]curl --location --request POST 'http://192.168.0.220:12000/terminal/core/v1/multiFunction/power/time/task' \
--header 'Authorization;' \
--header 'Authorization: "token": "1766750047679tzKSIsromDRgY7hHsgCbiw==",' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"enable": true,
"portIndex": 0,
"connectIndex": 1,
"conditions": [
{
"cron": [
"0 15 10 ? * *",
"0 0 12 * * ?"
],
"action": 1,
"type": "屏体电源",
"startTime": "2018-06-06",
"endTime": "2018-06-07",
"enable": true,
"powerIndex": 0,
"flag": "abc"
},
{
"cron": [
"0 15 10 ? * *",
"0 0 12 * * ?"
],
"action": 0,
"type": "风扇电源",
"startTime": "2018-06-06",
"endTime": "2018-06-07",
"powerIndex": 0,
"enable": true
}
]
}
]'{
"code": 0,
"message": "string"
}