atx: independent power/reset regions

This commit is contained in:
Maxim Devaev
2025-07-14 18:15:39 +03:00
parent 49638ed896
commit d57c3c66cd
3 changed files with 21 additions and 9 deletions

View File

@@ -54,7 +54,8 @@ class BaseAtx(BasePlugin):
async def poll_state(self) -> AsyncGenerator[dict, None]:
# ==== Granularity table ====
# - enabled -- Full
# - busy -- Partial
# - busy -- Partial, follows with acts
# - acts -- Partial, follows with busy
# - leds -- Partial
# ===========================