diff --git a/README.md b/README.md
index a9d62fd..24b56d5 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ The node evaluates the following input `msg` types:
## Outputs
The node contains two outputs:
-- The **primary output** (upper output) emits an output `msg` at the **countdown start/stop** instant of time. These `msg.payload` contents are configurable
+- The **primary output** (upper output) emits an output `msg` at the **countdown start/stop** instant of time. These `msg.payload` contents are configurable. If Option "Send Outputmessage on Reset" ist set, the message is send, when the timer is stopped. Otherwise, the Stop message will only by send, if the timer reaches zero.
- The **secondary output** (lower output) emits the **remaining time every second** during the timer runs. The `msg.payload` holds the remaining counting value
diff --git a/countdown.html b/countdown.html
index 5ed5c95..a1b9e69 100644
--- a/countdown.html
+++ b/countdown.html
@@ -27,6 +27,12 @@
Restart countdown if message is received while running
+