v1.0.26
[ 1.0.26 ] - 2024/06/10
- Added service
zeroconf_device_connect
that calls theaddUser
Spotify Zeroconf API endpoint to issue a call to SpConnectionLoginBlob. If successful, the associated device id is added to the Spotify Connect active device list for the specified user account. - Added service
zeroconf_device_disconnect
that calls theresetUsers
Spotify Zeroconf API endpoint to issue a call to SpConnectionLogout. The currently logged in user (if any) will be logged out of Spotify Connect, and the device id removed from the active Spotify Connect device list. - Removed service
zeroconf_device_resetusers
and replaced it withzeroconf_device_disconnect
. - Updated underlying
spotifywebapiPython
package requirement to version 1.0.48.