Delete mqtt.py

This commit is contained in:
2024-08-29 23:25:24 +02:00
committed by GitHub
parent abb5fba253
commit 642842e1b9

View File

@@ -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))