From 8c5aef549f4cb5de5db7240c275263e0e6ad7df7 Mon Sep 17 00:00:00 2001
From: Erick Hitter <services@ethitter.com>
Date: Sat, 10 Sep 2016 17:44:24 -0700
Subject: [PATCH] Note how to stop incessant notifications

---
 README.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 312339a..b0c9704 100644
--- a/README.md
+++ b/README.md
@@ -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. 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`.
\ No newline at end of file
+1. Start the listener with `npm start`.
+
+## 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
-- 
GitLab