From abb5fba253b8cb5711603210989cef40e5852986 Mon Sep 17 00:00:00 2001 From: andrej Date: Thu, 29 Aug 2024 23:24:37 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c0dfed..803b87f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # iotDashboard -iotDashboard - IOT dashboard in Django, TimescaleDB, Postgres +iotDashboard - IOT dashboard in Django, TimescaleDB, Postgres and Redis From 642842e1b9b53d39321d96fcd57acbe87a981a47 Mon Sep 17 00:00:00 2001 From: andrej Date: Thu, 29 Aug 2024 23:25:24 +0200 Subject: [PATCH 2/2] Delete mqtt.py --- mqtt.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 mqtt.py diff --git a/mqtt.py b/mqtt.py deleted file mode 100644 index 9c13a8f..0000000 --- a/mqtt.py +++ /dev/null @@ -1,4 +0,0 @@ -import paho.mqtt.subscribe as subscribe - -msg = subscribe.simple("esptest-01/sensor/tempreature/state", hostname="localhost") -print("%s %s" % (msg.topic, msg.payload))