hortinstein / node-dash-button

A small module to emit events when an Amazon Dash Button is pressed
949 stars 94 forks source link

Revert "just_emitted" for only MAC address caught #18

Closed ecaron closed 8 years ago

ecaron commented 8 years ago

The previous mechanism was nuking the entire just_emitted block for all addresses, now it just flips the boolean on the address that's been caught (and just reset).

hortinstein commented 8 years ago

thanks for the patch!