refactor: simplify mqtt pipeline state and remove event table
All checks were successful
Deploy to Production / deploy (push) Successful in 4m55s

This commit is contained in:
魏风
2026-03-19 22:08:16 +08:00
parent 8717b9c07b
commit e8846f4831
14 changed files with 269 additions and 118 deletions

View File

@@ -1,6 +1,6 @@
import pytest
from app.mqtt.topic import extract_device_id
from app.mqtt.ingestor import extract_device_id
def test_extract_device_id_success() -> None: