My routine isn't working properly, what's wrong?

{
    "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?

Hi, @blueprint

I’m checking with the engineering team if we can configure two schedules in the same Rule.
Once I have more info, I’ll let you know.

Hi, @blueprint
The engineering team mentioned this requires further investigation. I’ll let you know once we get more info.