Skip to content

RDKEMW-17486 : Add dolbyAtmosExperienceAvailable getter and event sub…#86

Merged
swethasukumarr merged 3 commits into
developfrom
feature/RDKEMW-17486
Jul 7, 2026
Merged

RDKEMW-17486 : Add dolbyAtmosExperienceAvailable getter and event sub…#86
swethasukumarr merged 3 commits into
developfrom
feature/RDKEMW-17486

Conversation

@swethasukumarr

Copy link
Copy Markdown
Contributor

…scription

Copilot AI review requested due to automatic review settings June 30, 2026 11:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Device API surface for querying and subscribing to Dolby Atmos experience availability, and wires it through implementation and OpenRPC fixtures so unit/component tests and the demo app can exercise it.

Changes:

  • Added Device.dolbyAtmosExperienceAvailable getter to the public IDevice interface and DeviceImpl.
  • Added Device.onDolbyAtmosExperienceAvailableChanged subscription API to IDevice/DeviceImpl plus unit/component coverage.
  • Updated OpenRPC spec fixtures (current + legacy + app notifier) and the API demo app to include the new method.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
include/firebolt/device.h Extends the public IDevice interface with the new getter and subscription API.
src/device_impl.h Declares the new DeviceImpl overrides for the added IDevice methods.
src/device_impl.cpp Implements the getter via helper_.get<Boolean> and the event subscription via subscriptionManager_.
test/unit/deviceTest.cpp Adds unit tests for success/bad-response paths for the getter and a subscription smoke test.
test/component/deviceTest.cpp Adds component tests for the getter and end-to-end event subscription + event trigger flow.
test/api_test_app/apis/deviceDemo.cpp Exposes the new getter in the demo app’s method list and output.
docs/openrpc/the-spec/firebolt-open-rpc.json Adds the new getter method and event subscription definition with examples/tags.
docs/openrpc/the-spec/firebolt-open-rpc--legacy.json Mirrors the getter + subscriber definitions in the legacy OpenRPC fixture.
docs/openrpc/the-spec/firebolt-app-open-rpc.json Adds the app-side notifier definition for the new Device event.

satlead
satlead previously approved these changes Jul 1, 2026
Copilot AI review requested due to automatic review settings July 6, 2026 14:48
@swethasukumarr swethasukumarr force-pushed the feature/RDKEMW-17486 branch from 9486694 to 457dad1 Compare July 6, 2026 14:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Comment thread include/firebolt/device.h Outdated
@swethasukumarr swethasukumarr force-pushed the feature/RDKEMW-17486 branch from c76e765 to 444e824 Compare July 6, 2026 15:13
Copilot AI review requested due to automatic review settings July 6, 2026 15:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.

Comment thread include/firebolt/device.h
Comment thread src/device_impl.h
@Rajanika Rajanika self-requested a review July 7, 2026 14:23
@swethasukumarr swethasukumarr merged commit 07c67e3 into develop Jul 7, 2026
17 checks passed
@swethasukumarr swethasukumarr deleted the feature/RDKEMW-17486 branch July 7, 2026 18:05
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants