This is the payload to control light using OCF (off is display on, on is display off)!
And you can use all options using OCF!
{
"commands":[
{
"component":"main",
"capability":"execute",
"command":"execute",
"arguments":[
"mode/vs/0",
{
"x.com.samsung.da.options":[
"Light_On"
]
}
]
}
]
}