HW-Q990B/Q995B: The app can control the sound mode, but I cannot find it in Smart Things capabilities

Here you go:

Task: St Soundbar Adaptive

A1: Variable Set [
     Name: %deviceId
     To: ########-####-####-####-#######
     Max Rounding Digits: 3
     Structure Output (JSON, etc): On ]

A2: HTTP Request [
     Method: POST
     URL: https://api.smartthings.com/v1/devices/%deviceId/commands
     Headers: Authorization: Bearer %Bearer
     Content-Type: application/json
     Body: {
        "commands":[
           {
              "component":"main",
              "capability":"execute",
              "command":"execute",
              "arguments":[
                 "/sec/networkaudio/soundmode",
                 {
                    "x.com.samsung.networkaudio.soundmode":"adaptive sound"
                 }
              ]
           }
        ]
     }
     Timeout (Seconds): 30
     Structure Output (JSON, etc): On ]

A3: Flash [
     Text: %http_response_code
    
     Continue Task Immediately: On
     Dismiss On Click: On ]
1 Like