From fcdea639b97de6dcca6176d0cad72397f94dfe2b Mon Sep 17 00:00:00 2001 From: Pat Beirne Date: Thu, 5 Jul 2018 06:29:40 -0400 Subject: [PATCH] move images to a more reliable server --- MQTT-Overview.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MQTT-Overview.asciidoc b/MQTT-Overview.asciidoc index 344fe1f6..cc5d90a5 100644 --- a/MQTT-Overview.asciidoc +++ b/MQTT-Overview.asciidoc @@ -9,11 +9,11 @@ toc::[] Here is a diagram showing the connection phase and the network transactions required to turn a sonoff device on. -image::http://alt.pbeirne.com/images/sonoff_cmnd_flow3.png[flow diagram] +image::http://alt2.pbeirne.com/images/sonoff_cmnd_flow3.png[flow diagram] In a typical setup, you'll have multiple Sonoff's (or other devices using this project's code) on the left hand side. -image::http://alt.pbeirne.com/images/sonoff_cmnd_flow2.png[multiple devices diagram] +image::http://alt2.pbeirne.com/images/sonoff_cmnd_flow2.png[multiple devices diagram] There are lots of ways to control your devices. One typically uses a laptop/desktop to configure and test your Sonoffs and perhaps a smartphone to keep track of what's happening. In the long run you might want to integrate your device in a home-automation system like node-RED, openHAB, HomeAssistant, HomeBridge, Domoticz, ...