Requirement - Help needed (1 second button)

Please could someone help me.

I need to create a button that resets after 1 second to send the below put URL and the body.

http://192.168.1.125/api/BAulOeZrNx-osiFn1UudbWwA0RBP6PYXnWQcvio7/groups/0/action

{“on”:true,“bri”:200,“sat”:255,“hue”:57685}

Thanks for the help.

SmartThings won’t guarantee Execution for anything under one minute, and even then it’s not precise: it might be 55 seconds one time and 70 seconds another… So you can’t use it for super precise applications. Because it’s a cloud-based platform, just the time to get over the Internet will vary. But you can set up a rule for less than a minute using core or webcore and see if it works well enough for your needs. (you can think of Core as a scripting language for SmartThings. It will do a lot of the heavy lifting for you on complex code.)

Thank you

I have core installed and I just need to know where to put the URL and body to make it work.

Mark

1 Like

In that case, post your question at the end of the following thread and someone should help you: