I filed these 2 issues
https://github.com/adafruit/WipperSnapp ... s/issues/3https://github.com/adafruit/WipperSnapp ... s/issues/4There is another thing I got stuck on, but it's not a component request. It has to do with the way triggers work. I wanted to create a trigger to have the red LED on when a key switch is pressed and off otherwise.
If I click 'Create Trigger' on the LED component, the next step of creating the trigger does not seem to be tied to the LED. I can setup something like this:
IF digital_input
IS equal True
THEN ???
I'm stuck on the last part. I don't see how to turn the LED on/off based on the reactive trigger.
Let me know if you want me to file this in github too, and where ... it's more of a trigger functionality request than component request.