Skip to content
Snippets Groups Projects
Verified Commit 8c5aef54 authored by Erick Hitter's avatar Erick Hitter
Browse files

Note how to stop incessant notifications

parent 5435f21f
No related branches found
No related tags found
No related merge requests found
...@@ -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.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment