stephenkeep / node-red-contrib-amazondash

Node-RED node that listens for an Amazon dash button press
13 stars 9 forks source link

multiple messages #12

Open martinschki opened 6 years ago

martinschki commented 6 years ago

Hello! I've just installed the lib because I want to see if this might do for some fun buttons around the house and I noticed something:

after reboot, the message is sent once into the debug window BUT with every deploy, the messages increase by the number of deploys. So after 5 times hitting the deploy button, the message is sent 5 times

after I reboot the raspi it starts again from 1

maybe thats fixable??? Thanks!!!!

gasp commented 6 years ago

Having the same issue. Walkaround by debouncing the action using node-red-contrib-throttle and patience :-)