Example: stop actions for the particular scene:

				
					{
   "blockOptions":{
      "method":{
         "name":"stopScene",
         "args":{
            "sceneId":"sceneId"
         }
      }
   },
   "blockType":"then",
   "fields":[
      {
         "name":"sceneId",
         "type":"sceneId",
         "value":"{scene_id}"
      }
   ]
}