I have been working through the Control LEDs over the 'net example. I am able to get my light to turn on and off using the html text provided and running it through a web browser. Next I wanted to see if I could get the example going in postman. I can do Get commands no problem, but I a struggling with the post.
As you can see it returns a -1 which means it doesn’t recognize the “on” I am trying to send. Do I have the argument setup wrong? I am using the exact code from the guide.