The 3rd value in the dash_button() function is the timeout for looking for requests after the last press. By default, it is set to 5 seconds. After finding out how long it is before another trigger happens on your network, I'd recommend setting the timeout a little higher. From the readme, here is it set for 1 minute (value is in milliseconds)
The 3rd value in the dash_button() function is the timeout for looking for requests after the last press. By default, it is set to 5 seconds. After finding out how long it is before another trigger happens on your network, I'd recommend setting the timeout a little higher. From the readme, here is it set for 1 minute (value is in milliseconds)
var dash = dash_button("your : dash : mac", null, 60000, 'all');