smartdevicelink / sdl_requirements

Collection of requirements/technical tasks for new sdl_core features
BSD 3-Clause "New" or "Revised" License
2 stars 7 forks source link

[SDL_RC] Getting RC capabilities for available modules #1

Closed OlesiaV closed 7 years ago

OlesiaV commented 7 years ago

Description:

As a mobile application I want to be able to get RC – capabilities of available modules and list of corresponding readable and controllable items

The following table lists what control items are considered in each control module.

RC Module Control Item Value Range Type Comments
Radio Radio Enabled true,false Get/Set/Notification read only, all other radio control items need radio enabled to work
Radio Band AM,FM,XM Get/Set/Notification
Radio Frequency Get/Set/Notification value range depends on band
Radio RDS Data Get/Notification read only
Available HD Channel 1-3 Get/Notification read only
Current HD Channel 1-3 Get/Set/Notification
Radio Signal Strength Get/Notification read only
Signal Change Threshold Get/Notification read only
Radio State Acquiring, acquired, multicast, not_found Get/Notification read only
Climate Current Cabin Temperature Get/Notification read only, value range depends on OEM
Desired Cabin Temperature Get/Set/Notification value range depends on OEM
AC Setting on,off Get/Set/Notification
AC MAX Setting on,off Get/Set/Notification
Air Recirculation Setting on,off Get/Set/Notification
Auto AC Mode Setting on,off Get/Set/Notification
Defrost Zone Setting front,rear,all,none Get/Set/Notification
Dual Mode Setting on,off Get/Set/Notification
Fan Speed Setting 0%-100% Get/Set/Notification
Ventilation Mode Setting upper,lower,both,none Get/Set/Notification

Detailed description:

GetInteriorVehicleDataCapabilities detailed info

Diagram:

N/A

Links:

OlesiaV commented 7 years ago

Implemented #1708 PR merged