Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User can access the device settings by interacting with the Settings icon which will redirect him on to dedicated settings screen. Time display is also available in the home UI.

Home Screen for Set-Top-Box Profile

Note: Voice Search Functionality implementation for the mic is not yet available, up-coming feature with BLERCUDaemon integration.

...

Code Block
languagejs
curl -X POST http://127.0.0.1:9998/jsonrpc -d '{"jsonrpc":"2.0","id":"3","method":"org.rdk.PersistentStore.1.setValue","params":{"namespace":"gracenote","key":"apiKey","value":"SecretAPIKey"}}'
curl -X POST http://127.0.0.1:9998/jsonrpc -d '{"jsonrpc":"2.0","id":"3","method":"org.rdk.PersistentStore.1.getValue","params":{"namespace":"gracenote","key":"apiKey"}}'

Home Screen for TV Profile

  •  New Feature: UIv3.7 - New Home page for TV profile supported devices.
  •  Upcoming Feature: Extend support for Composite Input and HDMI CEC Sink.

TBD: Need images

Guide Screen

  •  New Feature: UIv3.7 Added support for DTV / Live TV plugin. If platform supports DTV plugin, DVB-S supported channel listings will be populated in Guide replacing the dummy streams.

...