docs: add attribution to official Bose SoundTouch Web API documentation

- Reference original API documentation source from Bose Corporation
- Link to official Bose SoundTouch End-of-Life page
- Clarify this is an independent implementation
- Add disclaimer about non-affiliation with Bose Corporation
- Provide both online and local documentation references
This commit is contained in:
Tobias Gesellchen
2026-01-10 00:34:54 +01:00
parent d95af0a50a
commit ccd19d97a5
48 changed files with 118 additions and 110 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"net/http/httptest"
"testing"
"github.com/user_account/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/models"
)
func TestClient_SetName(t *testing.T) {
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"net/http/httptest"
"testing"
"github.com/user_account/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/models"
)
func TestClient_GetBalance(t *testing.T) {
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"testing"
"time"
"github.com/user_account/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/models"
)
// Integration tests for bass control functionality
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"net/http/httptest"
"testing"
"github.com/user_account/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/models"
)
func TestClient_GetBass(t *testing.T) {
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"net/http"
"time"
"github.com/user_account/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/models"
)
// defaultSoundTouchPort is the standard port for SoundTouch devices
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"testing"
"time"
"github.com/user_account/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/models"
)
const (
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"testing"
"github.com/user_account/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/models"
)
func TestClient_GetClockTime(t *testing.T) {
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"sync"
"time"
"github.com/user_account/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/models"
"github.com/gorilla/websocket"
)
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/user_account/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/models"
"github.com/gorilla/websocket"
)
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"testing"
"time"
"github.com/user_account/bose-soundtouch/pkg/models"
"github.com/gesellix/bose-soundtouch/pkg/models"
)
func TestClient_GetZone(t *testing.T) {