SmartThings cli syntax

Thanks for your input @orangebucket.
I’m not sure about this specific capability, but I’ve seen others send commands for OCF devices like this:

//command to turn on the light of an AC display
{
   "commands":[
      {
         "component":"main",
         "capability":"execute",
         "command":"execute",
         "arguments":[
            "mode/vs/0",
            {
               "x.com.samsung.da.options":[
                  "Light_On"
               ]
            }
         ]
      }
   ]
}

Making a request to this API endpoint https://api.smartthings.com/v1/devices/deviceID/commands.

I’ll ask the engineering team, @Miroslav_Nedev. Once I get more info, I’ll let you know .