is_active_regular
- is_active_regular(value: str) bool[source]
Checks if the current day allows activity based on a simple schedule.
- Parameters:
value (str) – “ON”, “OFF”, or a hyphen-separated list of active days (e.g., “Mon-Wed-Fri”).
- Returns:
True if active today, False otherwise.
- Return type:
bool