Write At Command Station V104 High Quality

High quality means deterministic latency. A write command for circuit breaker trip should execute within the specified timeout (e.g., 500 ms), not after variable delays.

# Try relative patterns for pattern, unit in cls.RELATIVE_PATTERNS: match = re.match(pattern, time_str) if match: value = int(match.group(1)) kwargs = unit: value return now + timedelta(**kwargs) write at command station v104 high quality

# List jobs list_parser = subparsers.add_parser("list", aliases=["ls"], help="List scheduled jobs") list_parser.add_argument("--status", choices=["pending", "running", "completed", "failed", "cancelled"], help="Filter by status") High quality means deterministic latency