We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88261b commit bbd202bCopy full SHA for bbd202b
1 file changed
README.md
@@ -24,7 +24,7 @@ It's also recommended that you have at least one Sonos device to be able to prop
24
<dependency>
25
<groupId>engineer.nightowl</groupId>
26
<artifactId>sonos-api-java</artifactId>
27
- <version>0.0.2</version>
+ <version>0.0.3</version>
28
</dependency>
29
```
30
@@ -43,6 +43,7 @@ final SonosApiClient client = new SonosApiClient(configuration);
43
44
Then use the client to view and modify the user's devices - the following types of resource are available:
45
46
+ * audioClip
47
* authorize
48
* favorite
49
* group
0 commit comments