From 0605d80b4d13e5dbd5e2454336c6f544f9349460 Mon Sep 17 00:00:00 2001 From: akasma74 Date: Thu, 6 Feb 2020 09:12:01 +0000 Subject: [PATCH] duration is (supposedly) an optional attr (#11981) 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 218a5a8ec1d..ce24e1011ab 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/#