diff --git a/backend/services/control/__init__.py b/backend/services/control/__init__.py index b1282d3..fb67a69 100644 --- a/backend/services/control/__init__.py +++ b/backend/services/control/__init__.py @@ -1,3 +1,3 @@ -"""Deye / Modbus control export (monolith v exporter_monolith.py – postupný split).""" +"""Deye / Modbus control export modules.""" from .exporter_monolith import * # noqa: F401,F403 diff --git a/backend/services/control/exporter_monolith.py b/backend/services/control/exporter_monolith.py index 3fda220..0377e41 100644 --- a/backend/services/control/exporter_monolith.py +++ b/backend/services/control/exporter_monolith.py @@ -1,4 +1,4 @@ -"""Export plánovaných setpointů na Modbus (Deye, EV, TČ) a HTTP do Loxone.""" +"""Zpětně kompatibilní fasáda pro původní control exporter importy.""" from __future__ import annotations