hoangs's picture
Upload README.md
ff578aa verified

viet-robot-maintenance-reminder

A tiny rule-based helper that decides whether to remind the user about basic maintenance tasks like emptying the dust bin or cleaning the brush.

Function:

decide_maintenance_reminder(task_type: MaintTaskType, days_since_last: int) -> MaintReminder

where task_type is one of:

  • empty_bin
  • clean_brush
  • clean_filter
  • firmware_update
  • sensor_check

License

MIT