@@ -20,4 +20,13 @@ Follow Amazon's instructions to configure your button to send messages when you
...
@@ -20,4 +20,13 @@ Follow Amazon's instructions to configure your button to send messages when you
1. Discover the Dash Buttons using `node node_modules/node-dash-button/bin/findbutton`.
1. Discover the Dash Buttons using `node node_modules/node-dash-button/bin/findbutton`.
1. Rename `config-sample.json` to `config.json`. Update its values to match your configuration, including the buttons discovered in the last step.
1. Rename `config-sample.json` to `config.json`. Update its values to match your configuration, including the buttons discovered in the last step.
3. Start the listener with `npm start`.
1. Start the listener with `npm start`.
\ No newline at end of file
## FAQ
**Can I stop the incessant notifications from the Amazon app?**
The best way to do this is by blocking the button's Internet access. The button only needs to make an appearance on the network to be effective; it doesn't need to communicate outside of the local network.
If, on the other hand, you only use Dash buttons as IoT devices, you can disable Dash-related noticiations by going to the Dash Button settings screen in your mobile app, proceeding into _Notification Settings_, then unselecting the _Dash Button Updates_ option.