Is it possible to "reset" an Alexa bool variable in my callback, i.e., if I set an Alexa bool variable to TRUE with a voice command, can I code in my sketch to toggle that bool variable back to FALSE?
For example, can I turn on an LED (via a CloudSwitch bool variable toggling TRUE) with an Alexa voice command, then run a 500 mS timer in my sketch and then have my sketch restore the cloud variable - toggling the bool variable FALSE?
Effectively it would be like tapping the widget in the Dashboard...