-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Describe the bug
Maximum speed for strobe flash function is a lot slower than what the official app allows you to set.
To Reproduce
Steps to reproduce the behavior:
- Use the official app ("S panel" or "Magic Home" or "Magic Hue") to connect to the controller.
- Go to functions tab and click on any strobe flash functions with speed set to 100%
( flashes about 5 - 10 times per second) - Compare the speed with
device.set_function(FunctionId.RED_STROBE_FLASH, 255)
Expected behavior
device.set_function(FunctionId.RED_STROBE_FLASH, 255) should be as fast as what the official app (5-10 flashes per second). But instead I get about 1 flash per 3 seconds ish.
Metadata
Metadata
Assignees
Labels
No labels