Add initial support for HyperX Cloud III S Wireless (PID 0x06BE).
Working features:
- Mic mute control via --mute true/false
- Button event detection (volume up/down, play/pause)
Not yet implemented (protocol not discovered):
- Battery level query
- Sidetone control
- Auto-shutdown timer
Cloud III S uses a different protocol than Cloud III:
- Header 0x05 for mic control (20-byte packets)
- Header 0x0f for button events (2-byte incoming)
- Does not respond to Cloud III protocol (0x66 header)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>