{
"name": "직접 만든 데일리 루틴 테스트",
"actions": [
{
"every": {
"specific": {
"daysOfWeek": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
],
"reference": "Sunrise"
},
"actions": [
{
"command": {
"devices": [
"c659ede5-b483-f101-7b98-0482efbc405b"
],
"commands": [
{
"component": "main",
"capability": "speechSynthesis",
"command": "speak",
"arguments": [
{
"string": "테스트 성공"
}
]
}
]
}
}
],
"sequence": {
"actions": "Parallel"
}
}
},
{
"every": {
"specific": {
"daysOfWeek": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
],
"reference": "Sunset"
},
"actions": [
{
"command": {
"devices": [
"c659ede5-b483-f101-7b98-0482efbc405b"
],
"commands": [
{
"component": "main",
"capability": "speechSynthesis",
"command": "speak",
"arguments": [
{
"string": "테스트 성공"
}
]
}
]
}
}
],
"sequence": {
"actions": "Parallel"
}
}
}
],
"sequence": {
"actions": "Parallel"
}
}
It only works during sunrise and not during sunset. What’s the problem?