feat: sensor readings with JWT auth, OLED display, data_destination_url

This commit is contained in:
2026-06-09 13:20:10 +02:00
parent d1a28d989c
commit a25bbf0eb3
4 changed files with 137 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
import utime
def run_relay(cfg, caps):
def run_relay(cfg, caps, jwt_token=''):
"""Main loop for relay node type. Called from boot_manager."""
print('[relay] starting — relay:', caps.get('has_relay'))