Closed jkossis closed 1 year ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/services/device-properties.service.ts | 0 | 1 | 0.0% | ||
<!-- | Total: | 0 | 1 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 2942464451: | -0.02% |
Covered Lines: | 1684 |
Relevant Lines: | 2020 |
These files are generated from the service discovery combined with the manual documentation file. This is a great addition, but it will get lost upon the next re-generation.
Can I suggest you to submit a pr for https://github.com/svrooij/sonos-api-docs/blob/c6829c551717cd1c34f5842bab340fcf46edd883/docs/documentation.json#L360 Then
@svrooij I put up there docs pr here.
Looks like it failed linting, but for something unrelated to what I added, just an fyi.
It's merged! Want to do the honors to regenerate this library and that way add your name to the changes?
@svrooij just did the re-generation, thank you!
One thing I noted was, it wiped away rendering control service's HeightChannelLevel
that I added in this pr, which makes sense. It doesn't come back in the discovery doc, though it does actually get returned in the real world (I tested this).
Along these lines, is there a mechanism in place to supplement events properties that don't come back in the discovery doc?
@jkossis could you execute the following commands on your branch?
npm install -g @svrooij/sonos-docs
# and then
npm run generate
this should update the generator and allows for the added variable in the RenderingControlService
@svrooij Absolutely! Will do that first thing in the morning (EST).
@svrooij just made the change!
:tada: This PR is included in version 2.6.0-beta.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Adding Height Audio As A Modifiable EQ Option
Description
Add the
HeightChannelLevel
EQ type, allowing for the height audio to be retrieved and set.I was able to confirm that
HeightChannelLevel
is a valid EQ type using Wireshark (along with my Arc). When I would modify the height audio using the official iOS app, I saw the following POSTed to/MediaRenderer/RenderingControl/Control
Your checklist for this pull request
🚨 Please review the guidelines for contributing to this repository.
💔 Thank you!