Hi,
you need to set a parameter on the AccessToken. So after you did your discovery befor you extract the access token you want to call something like
DOSetParameter(discoverList, 0, "PixelFormat", "0");
assuming you want to set the PixelFormat for the first device in your list. After that you need to retrieve the AccessToken as before and the JSON contains the parameter.