{
"enable": true,
"conditions": [
{
"cron": [
"0 0 0 ? * * *"
],
"action": "OPEN",
"enable": true
}
]
}
curl --location --request POST 'https://192.168.0.10:16674/terminal/core/v1/screen/power-policy' \
--header 'Authorization: 1724333189506EO5Zqpduu4+azwYYXMJJhg==' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable": true,
"conditions": [
{
"cron": [
"0 0 0 ? * * *"
],
"action": "OPEN",
"enable": true
}
]
}'
{
"code": 0,
"message": ""
}