From d2c70eea71298fe5eb11841c7c3423daae6a5b1d Mon Sep 17 00:00:00 2001 From: Simon Westphahl Date: Wed, 13 Mar 2019 16:02:31 +0100 Subject: [PATCH] Add missing doc for 'execute_time' in MQTT schema Change-Id: Ibd7cb02c659bb0de0f08845ed974d6c03043b21f --- doc/source/admin/drivers/mqtt.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/admin/drivers/mqtt.rst b/doc/source/admin/drivers/mqtt.rst index da8a1ede6c..96b09d7a16 100644 --- a/doc/source/admin/drivers/mqtt.rst +++ b/doc/source/admin/drivers/mqtt.rst @@ -82,6 +82,10 @@ An MQTT report uses this schema: The build uuid (not present in start report). + .. attr:: execute_time + + The build execute time. + .. attr:: start_time The build start time (not present in start report).