Can't get HTTP commands working

I’m trying to turn a light off using http commands. I typed the following into firefox and chrome, but it didn’t work:
http://192.168.0.12:3451/messagesend?from=1&to=13&response=r&type=1&id=193

Any ideas what I’m doing wrong? I pulled the user data xml file and it said:
<Device_Num_13 Device_Num_Parent=“1” ID=“3” …

That does mean the device “to” is 13, right?

I’m using the new version 1.0.918. Any help would be appreciated. Thanks.

You are using the latest Luup version. The syntax has changed from pre-Luup to Luup versions.
The syntax for Luup versions is:

http://192.168.0.12:49451/data_request?id=lu_action&output_format=xml&DeviceNum=13&serviceId=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=0

More information is available at:
http://wiki.micasaverde.com/index.php/UI_Notes

Thanks. That’s what I get for printing something out :slight_smile: