From 36b6c5bfc815f28d096ba2e8f365779b682682c6 Mon Sep 17 00:00:00 2001 From: akasma74 Date: Wed, 5 Feb 2020 22:05:58 +0000 Subject: [PATCH] duration is (supposedly) an optional attr If it says something about default in the description --- source/_docs/mqtt/service.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/mqtt/service.markdown b/source/_docs/mqtt/service.markdown index 218a5a8ec1db..ce24e1011abc 100644 --- a/source/_docs/mqtt/service.markdown +++ b/source/_docs/mqtt/service.markdown @@ -55,7 +55,7 @@ Listen to the specified topic matcher and dumps all received messages within a s | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | | `topic` | no | Topic to dump. Can contain a wildcard (`#` or `+`). -| `duration` | no | Duration in seconds that we will listen for messages. Default is 5 seconds. +| `duration` | yes | Duration in seconds that we will listen for messages. Default is 5 seconds. ```yaml topic: openzwave/#