I have an HSM200 that I want to toggle between red and off (to use as a home office "do not enter, on the phone" kind of warning.
But I'd like to trigger it externally from an elgato Stream Deck (streamdeck to populate the search results). That has a way to use a GET and change it's icon based on matching in the response.
Using the Easytrigger toggle works if I set up an Event, but only returns "ok". Where there's an event group named 'test' and an event named 'toggle'
Is there a way to push the device status out the JSON response?
But I'd like to trigger it externally from an elgato Stream Deck (streamdeck to populate the search results). That has a way to use a GET and change it's icon based on matching in the response.
Using the Easytrigger toggle works if I set up an Event, but only returns "ok". Where there's an event group named 'test' and an event named 'toggle'
Code:
$ curl -s "http://homeseer:8080/JSON?request=runevent&group=test&name=toggle"|json_pp { "Response" : "ok" }
Comment