{
"name": "로청 자동화 테스트",
"actions": [
{
"if": {
"equals": {
"left": {
"device": {
"devices": [
"d782b8eb-7280-44f7-bc96-2aef4e7b273b"
],
"component": "main",
"capability": "switch",
"attribute": "switch"
}
},
"right": {
"string": "on"
}
},
"then": [
{
"limit": {
"count": 1,
"period": "Week",
"actions": [
{
"command": {
"devices": [
"83ab0c89-c360-41a5-8b75-b9ade7d78c5f"
],
"commands": [
{
"component": "main",
"capability": "switch",
"command": "on"
}
]
}
}
]
}
}
],
"sequence": {
"then": "Parallel",
"else": "Parallel"
}
}
}
]
}
I want to create a RUELS API that runs at most once a week, but it runs multiple times. What could be the problem?