Skip to content

Commit

Permalink
forgot to include functions.colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Paalap authored Jun 30, 2024
1 parent 68e3e8e commit 591894f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BridgeEmulator/lights/protocols/hue.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import json
import logManager
import requests
from functions.colors import hsv_to_rgb, convert_rgb_xy

logging = logManager.logger.get_logger(__name__)

Expand Down

0 comments on commit 591894f

Please sign in to comment.