joeybab3 / sonos

This library makes interfacing an Arduino with your Sonos system a breeze. The library supports both controlling and reading the state of your Sonos components. Playing URIs, files, online radio stations, playlists, and line-in is supported as well as the most common commands like play, pause, skip, mute, volume and speaker grouping. What sets this library apart from similar libraries written for the Arduino platform it its ability to read the state of most of the Sonos functions: getting current source, state, track number, track position, volume and more. The library is relatively compact and has a small enough memory footprint to function on Arduino Uno and Duemilanove.
21 stars 5 forks source link

Add group control and GetlocalUID #3

Closed mgeramb closed 1 year ago

mgeramb commented 1 year ago

This PR add a function to get the local UID and provide functions to control the group volume

joeybab3 commented 1 year ago

Nice work!