viet-robot-routine-activator
A small helper that decides which routines should run at a given weekday and time based on simple day-of-week patterns.
Function:
decide_routines_to_run(routines: list[Routine], weekday: int, current_time: str) -> list[RoutineDecision]
where weekday is 0=Monday ... 6=Sunday and current_time is HH:MM.
License
MIT