From d0dfab3b666fa952edf840690a151af962938764 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Thu, 16 Apr 2020 20:01:47 -0400 Subject: [PATCH] update docs --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index b0675b6..34d4853 100644 --- a/readme.md +++ b/readme.md @@ -99,6 +99,9 @@ This module also sends a `NEW_PAGE` notification on every page update. The payload is identical to as if one sent a `QUERY_PAGE_NUMBER` notification. A separate notification tag is used for compatibility reasons. +If you wish to pause the auto rotation, send a `PAUSE_ROTATION` event. Likewise, +you can send a `RESUME_ROTATION` event to resume it. + ## FAQ - Help! My module is (above/below) another module in the same region but I want