I want to turn the HUE LED strip on and off using an android application. So I have created the application using HUE API V2. When I send the request to turn ON, I am getting the response 200 code with as follows but the light is not turned ON/OFF
{rtype = 'light',rid = 'cc2d84d4-bb65-47ab-83bf-bac1f2aade6f'}]',errors = '[]'}
But If I use the postman or Hue Debugger Clip tool, I can turn the LED Strip on or off.