Skip to content

Commit

Permalink
working on iterfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Galorhallen committed Oct 26, 2024
1 parent 671d524 commit 7d4098f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/govee_local_api/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
BrightnessMessage,
ColorMessage,
SceneMessages,
GoveeMessage,
MessageResponseFactory,
OnOffMessage,
ScanMessage,
ScanResponse,
SegmentColorMessages,
DevStatusMessage,
DevStatusResponse,
)

Expand All @@ -38,11 +36,13 @@
EVICT_INTERVAL = DISCOVERY_INTERVAL * 3
UPDATE_INTERVAL = 5


class _GoveeDeviceAndProtocol:
def __init__(self, device: GoveeDevice, protocol: GoveeLanProtocol) -> None:
self.device = device
self.protocol = protocol


class GoveeController:
def __init__(
self,
Expand Down

0 comments on commit 7d4098f

Please sign in to comment.