Linutic, I have one additional command line question when you have a chance. I have just moved my Engen server to a Pi Id.
I would like to turn switches on and off via a windows .bat file (for amplifiers on a house music system). The .bat script are running on a separate computer from the Engen Id Pi. I would also like to modify several Eventghost commands on my system.
Previously, I had the Engen server and the .bat files on the same machine and just ran command line arguments to turn devices on and off via a script. I would like to turn on device 25, which is an Aeon power switch.
Is there a way to do this via REST? Can I send a command via a web browser to turn on and off a specific device?
I'm currently investigating the Engen Documentation, and I've tried entering "
http://192.168.1.132:52125/api/v1" into a browser and I get a successful "Hello World." But "
http://192.168.1.132:52125/api/v1/:25" won't return data for device 25.
Is there a way to to accomplish this with a browser command?
I hope I've described what I'm trying to do clearly. I'm basically trying to send commands to an Engen server on a local network in a way analogous to Media Center's MCWS commands via a web browser.