I wish to control the Sound Modes over 930c thru SmartThings API to integrate it with Siri
As of now I manage to control the volume and shut on/off but I’m unable to find solution to switch sound modes such as (standard,surround,game,adaptive)
For my Samsung TV, the command is main: custom.soundmode. You can see the supported sound modes and the command for your TV using the ST Advanced Web App. For the exact syntax, use the developer tools of your web browser and execute the command from the AWA.
If the command main:custom.soundmode or something similar is listed in the commands section of the AWA for your device, you’ll want execute the command there (in your browser). Since you’ll be using the browser to execute the command, browser developer tools can show you the content of the request sent to the ST API and that will give you the info you need. I’ve used this method on multiple occasions.