curl --location --request GET 'https://192.168.0.28:16674/terminal/core/v1/brightness/timing-policy' \
--header 'Authorization: 1753947960788OlrCLkjmmug8UXFARk5SkA=='
{
"code": 0,
"message": "",
"data": {
"type": "BRIGHTNESS",
"conditions": [
{
"brightness": 20.0,
"cron": [
"0 * * * * ? *"
],
"enable": true
},
{
"brightness": 150.0,
"cron": [
"30 * * * * ? *"
],
"enable": true
}
]
}
}