mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
docs: Clarify alternative to non-functional /trackInfo endpoint
- Specify that '/now_playing' endpoint is the API alternative - Clarify that CLI 'now' command (playback status) is the CLI alternative - Distinguish between the two 'now' CLI commands (playback vs clock) - Update warning messages to be more specific about alternatives
This commit is contained in:
@@ -286,9 +286,9 @@ Checks if bass customization is supported on the device.
|
||||
### GET /trackInfo ❌ **Not Working**
|
||||
Gets track information (duplicate of `/now_playing` per official API).
|
||||
|
||||
**Status**: Documented in official API but times out on real devices (AllegroWebserver timeout). Use `/now_playing` instead.
|
||||
**Status**: Documented in official API but times out on real devices (AllegroWebserver timeout). Use `/now_playing` endpoint instead for track information.
|
||||
|
||||
**Implementation**: Available via `GetTrackInfo()` method but not functional on hardware.
|
||||
**Implementation**: Available via `GetTrackInfo()` method but not functional on hardware. Use `GetNowPlaying()` method instead.
|
||||
|
||||
### Zone Slave Management ✅ **Implemented**
|
||||
Both official low-level endpoints and high-level zone management are available:
|
||||
|
||||
Reference in New Issue
Block a user