feat: prove and decode K1 realtime MQTT streams

This commit is contained in:
DCCONSTRUCTIONS
2026-07-15 19:10:41 +03:00
parent faa442eefc
commit 6b22e5a1d2
30 changed files with 4375 additions and 41 deletions
+5
View File
@@ -12,6 +12,8 @@ license = { text = "Proprietary" }
authors = [{ name = "NODE.DC" }]
dependencies = [
"bleak==3.0.2",
"lz4>=4.4,<5",
"paho-mqtt>=2.1,<3",
"rich>=13.9,<15",
"typer>=0.15,<1",
]
@@ -45,3 +47,6 @@ python_version = "3.12"
strict = true
packages = ["k1link"]
[[tool.mypy.overrides]]
module = ["lz4", "lz4.*"]
ignore_missing_imports = true