I have an HDMI matrix on the same LAN as the ST Hub (v3).
I need to be able to trigger a command from the ST Hub to the Matrix like this:
curl -d “out1=3” -s -X POST http://192.168.1.70/inform.cgi
when a remote switch (Zooz Remote Switch ZEN34) changes states.
The commands work when triggered from the Mac Terminal.
Any suggestions greatly appreciated.