mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
- Implement real-time WebSocket client for device monitoring - Add 12 event types: NowPlaying, Volume, Connection, Preset, Zone, Bass, Clock, Name, Error, Recents, Language - Create WebSocket demo CLI with event filtering and auto-discovery - Add comprehensive WebSocket documentation and examples - Implement automatic reconnection and robust error handling - Add 50+ WebSocket-specific tests with mock server - Update project completion to 85% (16/19 endpoints) - Clarify that POST /presets is officially not supported by SoundTouch API - Add production-ready WebSocket client with configurable options Breaking: WebSocket events require gorilla/websocket dependency Docs: Complete WebSocket integration examples and API reference