device-automation-bus / dab-adapter-rs

Apache License 2.0
2 stars 8 forks source link

system/settings/list is not including "interleaved" resolutions in the response #67

Open arun-madhavan-013 opened 2 months ago

arun-madhavan-013 commented 2 months ago

https://github.com/device-automation-bus/dab-adapter-rs/blob/main/src/device/rdk/system/settings/list.rs#L51 limits the "progressive" option only. It should allow "p" and "i" for splitting. Note: DAB2.0 spec does not specify the supported type is only "progressive".

arun-madhavan-013 commented 2 months ago

https://github.com/device-automation-bus/dab-adapter-rs/pull/68 is a related change