Q930C Mode Control over API

Hello

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.

1 Like

Thanks for the link I didn’t know about that before

I did change the sound mode and kept checking the values for those arrays none of them changed when circling the modes and keep updating the page

I’m not quite sure if desktop web browser developers tool will help me capture/execute the command if it’s not listed or am I missing something

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.