Skip to content

Commit

Permalink
chore: Some linting errors solved
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed Feb 14, 2024
1 parent 4b6c121 commit 6e2b934
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unofficial Sonos docs

[![Sonos api documentation][badge_sonos-docs]][link_sonos-docs]
[![Sonos API documentation][badge_sonos-docs]][link_sonos-docs]
[![Github Issues][badge_issues]][link_issues]
[![Sonos2mqtt][badge_sonos-mqtt]][link_sonos-mqtt]
[![Sonos cli][badge_sonos-cli]][link_sonos-cli]
Expand All @@ -9,15 +9,15 @@
[![Support me on Github][badge_sponsor]][link_sponsor]
[![Follow on Twitter][badge_twitter]][link_twitter]

Sonos api documentation for the local UPNP api and a [generator](https://github.com/svrooij/sonos-api-docs/tree/main/generator/sonos-docs) to generate clients and documentation based on service discovery
Sonos API documentation for the local UPNP API and a [generator](https://github.com/svrooij/sonos-api-docs/tree/main/generator/sonos-docs) to generate clients and documentation based on service discovery

This library is in no way connected to [Sonos](//en.wikipedia.org/wiki/Sonos). It's just a set of text files to document a hidden and **unsupported** api.
This library is in no way connected to [Sonos](//en.wikipedia.org/wiki/Sonos). It's just a set of text files to document a hidden and **unsupported** API.

## Documentation

Check-out the (generated) documentation about all the SONOS UPNP services [svrooij.io/sonos-api-docs/services/](https://sonos.svrooij.io/services/)

[![Sonos api documentation][badge_sonos-docs]][link_sonos-docs]
[![Sonos API documentation][badge_sonos-docs]][link_sonos-docs]

[Read documentation](https://sonos.svrooij.io/)

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"description": "Control line in"
},
"AVTransportService": {
"description": "Service that controls stuff related to transport (play/pause/next/special urls)",
"description": "Service that controls stuff related to transport (play/pause/next/special URLs)",
"actions": {
"AddURIToQueue": {
"description": "Adds songs to the SONOS queue",
Expand Down
4 changes: 2 additions & 2 deletions docs/music-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ You should get a response that looks like this (Spofity result):

This results in:

- `regUrl` this is the url you should visit in the browser, it will ask you to login.
- `regUrl` this is the URL you should visit in the browser, it will ask you to login.
- `linkCode` this is sometimes needed to fill in on the page. And you'll need it for the next step.

#### AppLink - Step 2
Expand Down Expand Up @@ -338,7 +338,7 @@ With the following body:

This will results in a response with at least the following data:

- `regUrl` this is the url you should visit in the browser, it will ask you to login.
- `regUrl` this is the URL you should visit in the browser, it will ask you to login.
- `linkCode` this is sometimes needed to fill in on the page. And you'll need it for the next step.

Continue with [applink - step 2](#applink---step-2) after visiting the **regUrl** in the browser.
Expand Down
2 changes: 1 addition & 1 deletion docs/services/av-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parent: Sonos Services
# AVTransport service
{: .no_toc }

Service that controls stuff related to transport (play/pause/next/special urls)
Service that controls stuff related to transport (play/pause/next/special URLs)

The AVTransport service is available on these models: `Sonos Play:1 (S1) S2` / `Sonos One (S13) S2` / `Sonos Beam (S14) S2` / `Sonos One (S18) S2` / `SYMFONISK Bookshelf (S21) S2` / `Sonos Roam (S27) S2` / `Sonos Play:3 (S3) S2` / `SYMFONISK Bookshelf (S33) S2` / `Sonos One SL (S38) S2` / `Sonos Play:5 (S6) S2` / `Sonos Playbar (S9) S2` / `Sonos Sub (Sub) S2`.

Expand Down
2 changes: 1 addition & 1 deletion docs/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ These documents can provide you with some extra guidelines. More details can be
|:--------|:------------|
| [**AlarmClock**](alarm-clock.html) | Control the sonos alarms and times |
| [**AudioIn**](audio-in.html) | Control line in |
| [**AVTransport**](av-transport.html) | Service that controls stuff related to transport (play/pause/next/special urls) |
| [**AVTransport**](av-transport.html) | Service that controls stuff related to transport (play/pause/next/special URLs) |
| [**ConnectionManager**](connection-manager.html) | Services related to connections and protocols |
| [**ContentDirectory**](content-directory.html) | Browse for local content |
| [**DeviceProperties**](device-properties.html) | Modify device properties, like LED status and stereo pairs |
Expand Down

0 comments on commit 6e2b934

Please sign in to comment.