From 95622ef6549252013c0fc87157517fd9a90a9697 Mon Sep 17 00:00:00 2001 From: pesor Date: Mon, 5 Oct 2020 14:31:08 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 0be15f2..d6b306c 100644 --- a/Readme.md +++ b/Readme.md @@ -52,11 +52,11 @@ Mapping of the JSON message, is actually very simple, just a lot of writing. I have used an example from my Fronius Inverter, but no matter what sensor you want to map, procedure are the same. -![](https://github.com/pesor/mqtt-autodiscover/blob/main/Images/Mapping-1.JPG) +![](https://github.com/pesor/mqtt-autodiscover/blob/main/images/Mapping-1.JPG) This is the end of the mapping -![](https://github.com/pesor/mqtt-autodiscover/blob/main/Images/Mapping-2.JPG) +![](https://github.com/pesor/mqtt-autodiscover/blob/main/images/Mapping-2.JPG) Be careful when writing in the Python program, use preferably a Python EDI, as Python is build with syntaxes around "whitespaces", which is very difficult to control in a simple text editor.