Hmmm, I'm trying to use MakerAPI to turn on a light switch.
This is the URL I'm using:
http://192.168.0.88/apps/api/69/devices/13113/On/100?access_token=XXXXXX
But then the webpage displays this error text:
{"error":true,"type":"java.lang.Exception","message":"An unexpected error occurred."}
Also, is the DeviceID supposed to be from the light switch's "Device Details" section? Or should I be getting the DeviceID from somewhere else, unique to MakerAPI?
Thanks in advance for any help.