homebridge-ifttt
homebridge-ifttt copied to clipboard
Possibly accepting a return value?
If this is still being maintained, would it be possible to accept a return value, and set the state of the switch on that? With the IFTTT maker channel sending a response when an event is triggered, this would be very useful.
Yeah! + 1 to this.
I have a plugin somewhere that uses an URL to retrieve the status of an accessory. Just a HTTP call which just returns a file with "1" or "0" inside.
We could easily create a webhook at IFTTT, that could maintain a file with the status.
I recommend homebridge-cmdswitch2 and its optional state_cmd.
https://github.com/luisiam/homebridge-cmdswitch2