Write At Command Station V104 High Quality

Iterate over masked writes to a control register:

# For one-off commands, we don't need the daemon running, # but we should ensure the service is initialized try: if args.command in ["schedule", "add", "run"] or not args.command: # Default to schedule if hasattr(args, 'time') and hasattr(args, 'command'): job_id = station.schedule(args.command, args.time) print(f"Job scheduled: ID job_id") print(f"Will execute at: station.show_job(job_id).execute_at") else: parser.print_help() write at command station v104 high quality