* Added more device `cast_type` values to check for supported Chromecast devices: `null`; if `cast_type` is null, then assume it supports audio. It appears that some manufacturers are not correctly setting this attribute (e.g. LG SN Series ThinQ Soundbar, JBL Authentics 200, etc).
1.0.187
* Cleaned up some error / trace messages related to Spotify Web Player credentials processing.
1.0.186
* Fixed a bug in Spotify Web Player credentials processing.
1.0.185
* Fixed a bug in device name processing to properly display the Spotify Connect RemoteName value. Prior code was causing the Zeroconf DeviceName to be displayed, which is sometimes not a user-friendly name. * Added Spotify Web Player credentials to `SpotifyClient` class constructor. If the `spotifyWebPlayerCookieSpdc` and `spotifyWebPlayerCookieSpkey` argument values are specified, then an "elevated" access token (created from the argument values) will be used for all player-control related methods.
1.0.184
* Updated underlying `smartinspectpython` package requirement to version 3.0.35.
1.0.183
* Updated PDoc Documentation package name to lower-case, to match the PyPi.org package name. This was to adhere to PyPI.org requirements for uploaded binary distribution filenames to comply with the binary distribution format.