How come the SmartThings app can read and set the Sound Mode of my soundbar (Standard/Surround/Game/Adaptive), but the SmartThings API does not expose the value or capability to set it.
More importantly; how can I achieve control over the Sound Mode of my soundbar?
Is it somehow a local network call from the app?
components:
- id: main
label: main
capabilities:
- id: ocf
version: 1
- id: execute
version: 1
- id: refresh
version: 1
- id: switch
version: 1
- id: audioVolume
version: 1
- id: audioMute
version: 1
- id: audioTrackData
version: 1
- id: mediaInputSource
version: 1
- id: mediaPlayback
version: 1
- id: audioNotification
version: 1
- id: samsungvd.soundFrom
version: 1
- id: samsungvd.groupInfo
version: 1
categories:
- name: NetworkAudio
categoryType: manufacturer