diff --git a/Wemos-D1-Mini-and-BME280-Temperature,-Humidity-and-Pressure-Sensor.md b/Wemos-D1-Mini-and-BME280-Temperature,-Humidity-and-Pressure-Sensor.md
index cb911ea4..0d1c05fe 100644
--- a/Wemos-D1-Mini-and-BME280-Temperature,-Humidity-and-Pressure-Sensor.md
+++ b/Wemos-D1-Mini-and-BME280-Temperature,-Humidity-and-Pressure-Sensor.md
@@ -52,4 +52,21 @@ After reboot of the device the displays temperature, humidity and pressure measu
-
\ No newline at end of file
+
+
+An example of the SENSOR json:
+
+```json
+{
+ "Time": "2019-09-05T20:04:18",
+ "Epoch": 1567706658,
+ "Switch1": "OFF",
+ "BME280": {
+ "Temperature": 24.3,
+ "Humidity": 39.5,
+ "Pressure": 1022.1
+ },
+ "PressureUnit": "hPa",
+ "TempUnit": "C"
+}
+```
\ No newline at end of file