cron( config('services.trmnl.proxy_refresh_cron') ? config('services.trmnl.proxy_refresh_cron') : sprintf('*/%s * * * *', (int) (config('services.trmnl.proxy_refresh_minutes', 15))) ); Schedule::job(FirmwarePollJob::class)->daily(); Schedule::job(CleanupDeviceLogsJob::class)->daily();