Service: Reset Overdue Chores - ad-ha/kidschores-ha GitHub Wiki
🔄 Action Service: KidsChores - Reset Overdue Chores
An action service is available to manually reset overdue chores if needed.
🚀 Overview of Capabilities
✅ Reset a specific overdue chore (for all kids)
✅ Reset all overdue chores for a specific kid only
✅ Reset a specific overdue chore for a specific kid
✅ Reset all overdue chores
⚡ Action Name:
KidsChores: Reset Overdue Chores
🛠️ Usage Example:
action: kidschores.reset_overdue_chores
data:
chore_id: abc123
chore_name: Wash Dishes
kid_name: Alice
➡ Leave data blank to reset all overdue chores.
📌 Parameters
| 🔹 Parameter | 🔍 Description | 📖 Example |
|---|---|---|
chore_id |
The internal ID of the chore to reset (optional if chore_name is provided). |
abc123 |
chore_name |
The name of the chore to reset (optional if chore_id is provided). |
Wash Dishes |
kid_name |
The kid receiving the penalty (optional). | Alice |