Maker API newbie

I have just discovered the Maker API I have a basic question. As I understand it I can send a command to a device from a browser and I should get back a response and the device should act on the command, is that correct? I tried this command and got a 500 error.

http://192.168.1.52/apps/api/156/devices/35/on/on/?access_token=8bf19175-96d0-4f2f-98cb-

The device is a Inovelli Switch NZW30 w/Scene

Is my syntax incorrect?

Thansk

I think you need to remove one of the two β€œon/β€œ entries in the string.

2 Likes

As usual you have come to help me Dan. Removing the secondary command entirely did the trick.

Thank you

2 Likes