From cc5d723480cd37e728e1475f1cd5d20ed0f38ec6 Mon Sep 17 00:00:00 2001 From: Pat Beirne Date: Thu, 24 Aug 2017 16:52:12 -0400 Subject: [PATCH] Updated MQTT Overview (asciidoc) --- MQTT-Overview.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MQTT-Overview.asciidoc b/MQTT-Overview.asciidoc index cda6c4ac..a835e2d4 100644 --- a/MQTT-Overview.asciidoc +++ b/MQTT-Overview.asciidoc @@ -22,7 +22,7 @@ There are lots of ways to control your devices. One typically uses a laptop/desk |=== |Message|Issued by|Intent |`cmnd`|devices shown on the right hand side|control the Sonoff; set configuration; ask for status -|`stat`|the Sonoffs|report back status or configuration message +|`stat`|the Sonoffs on the left hand side|report back status or configuration message |`tele`|some Sonoffs (like temperature measuring devices)|report unsolicited telemetry info at periodic intervals |===