feat(easel): add api provider

This commit is contained in:
2026-06-17 21:15:01 +03:00
parent 657a62eab5
commit e37ca6eeac
12 changed files with 124 additions and 53 deletions

View File

@@ -6,6 +6,7 @@ from .model import ChannelId, Schedule
class ScheduleApi(Api):
TYPE = "schedule"
INTERVAL: float = 0.5
async def get_channels(self) -> list[ChannelId]: