mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
- Use client.NewClientFromHost instead of non-existent client.New - Use models.DeviceInfo instead of non-existent models.Info - Use discovery.UnifiedDiscoveryService instead of non-existent discovery.Scanner - Use config.DefaultConfig instead of non-existent config.NewConfig - Add config package import for discovery service creation This fixes the integration test failure where undefined symbols were being referenced.