device-automation-bus/dab-specification-2.0

Specification mismatch on List of system settings api .

Closed this issue · 2 comments

Hi team,
found a mismatch in specification and responses provided by the doc for List of system settings.

"audioVolume": false,

   "audioOutputSource": ["HDMI", "Optical"],
   "videoInputSource": [],
   "audioVolume": false,
   "mute": false,
   "textToSpeech": true

"audioVolume" should have object of audioVolume contain min and max values.

      audioVolume: {
      min: int;
      max: int;
   },

is it what expected?

Hi @kvfasil, nice catch! This sample response boolean value is not expected. It should be in the same format as defined in the specification portion.

We will be updating the sample response along with other audio volume control-related clarifications shortly.

thank you.