where('vendor', 'Shelly') ->where('protocol', 'http') ->where('status', 'active') ->pluck('id') ->each(fn ($id) => PollShellyDevice::dispatch($id)); return self::SUCCESS; } }