Skip to content

Commit

Permalink
Correct SP110E max speed
Browse files Browse the repository at this point in the history
  • Loading branch information
monty68 committed Dec 5, 2023
1 parent 0eabe4e commit 35c7f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/uniled/lib/ble/led_hue.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
_LOGGER = logging.getLogger(__name__)

LEDHUE_MAX_SEGMENT_PIXELS = 1024
LEDHUE_EFFECT_MAX_SPEED = 255
LEDHUE_EFFECT_MAX_SPEED = 186
LEDHUE_EFFECT_TYPE_AUTO = 0x00
LEDHUE_EFFECT_TYPE_DYNAMIC = 0x01
LEDHUE_EFFECT_TYPE_STATIC = 0x79
Expand Down

0 comments on commit 35c7f1b

Please sign in to comment.