Updated methods in SoundTouchClient class that send remote keypress commands, based upon 2019 SoundTouch API reference specifications. For example, the client used to send both press and release keys when a preset was selected; this was actually issuing a set preset command (via key press) and then selecting the preset (via key release).
[ 1.0.24 ] - 2023/12/10
Added method SoundTouchClient.SearchMusicLibrary - Searches a specified music library container (e.g. STORED_MUSIC, etc).
Added model AudioDspAudioModes - media product cec hdmi modes enumeration.
Added model KeyStates - key states enumeration.
Added model ProductCecHdmiModes - media product cec hdmi modes enumeration.
Removed class SoundTouchAudioModes - replaced with AudioDspAudioModes model.
Removed class SoundTouchHdmiCecModes - replaced with NavigateMenuTypes model.
Updated methods in SoundTouchClient class that send remote keypress commands, based upon 2019 SoundTouch API reference specifications. For example, the client used to send both press and release keys when a preset was selected; this was actually issuing a set preset command (via key press) and then selecting the preset (via key release).
[ 1.0.23 ] - 2023/12/09
Added method SoundTouchClient.GetMusicLibraryItems - Gets a list of music library data from the specified music library (e.g. STORED_MUSIC, etc).
Added method SoundTouchClient.PowerStandbyLowPower - Sets power to low-power standby, if the device is currently powered on.
Added model MediaItemContainer - media item container configuration.
Added model NavigateMenuTypes - navigate menu types enumeration.
Added model NavigateSortTypes - navigate sort types enumeration.
Added model Search - search configuration.
Added model SearchFilterTypes - search filter types enumeration.
Added model SearchResponse - search response configuration.
Added model SearchSortTypes - search sort types enumeration.
Added model SearchTerm - search terms configuration.
Removed class SoundTouchMenuTypes - replaced with NavigateMenuTypes model.
Removed class SoundTouchSortOrders - replaced with SearchSortTypes model.
Changed all sort references to account for lower-case values, so they are properly sorted. Prior behavior was placing lower-case results after all upper-case results.
Removed quite a few unused import references (too many to list).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps bosesoundtouchapi from 1.0.22 to 1.0.25.
Changelog
Sourced from bosesoundtouchapi's changelog.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show