klingel_sender_nano_serial.ino: Zusätzlicher Button für Garagentor

This commit is contained in:
2026-07-05 16:02:57 +00:00
parent ce98f21c97
commit 69a1caa12e
@@ -60,3 +60,4 @@ while True:
data = json.dumps({'payload': 'CLICK', 'topic': 'lewe/doorbell', 'retain': 'False'}).encode('utf8')
request = urllib.request.Request("https://ha.nodebucket.de/api/services/mqtt/publish", data, headers)
response = urllib.request.urlopen(request)