Session Persistence
Medium
- Category
- Rogue Agent
- Content
1. Find Nanoleaf IP: Check router or use mDNS: `dns-sd -Z _nanoleafapi` 2. Generate token: Hold power button 5-7 sec until LED flashes, then within 30 sec run: `curl -iLX POST http://<ip>:16021/api/v1/new` 3. Create config file `~/.picoleafrc`: ```ini host=<ip>:16021 access_token=<token>
- Confidence
- 90% confidence
- Finding
- Create config file `~/.picoleafrc
