Hi - I have a Nordic Thingy 52 which I have successfully configured through IFTTT to turn on a smart plug. The out-of-the-box IFTTT formula for this smart plug only gives me one option per event, meaning I can't toggle the plug on and off with each button_press event. I need to either choose "Turn on" or "Turn Off".
My question is how I would I either:
* submit a different web hook for the button_press event each time - like "button_press_on" and "button_press_off"
or
* use some other IFTTT formula to handle the button_press event and relay a toggled value to my smart home device.
Let me know if you have any ideas. The IFTTT forumulas for my smart plug are here:
Also - is there some sort of documentation for the events that are triggered within the Nordic Thingy and their values?