You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for LifxLan states that the duration is an unsigned 32-bit integer with a maximum value of 4,294,967,295 for regular turnOn commands.
It looks in lifx-lan-composer.js has several methods to calculate the maximum value for duration.
First, love this library, it's amazing!
The documentation for LifxLan states that the
duration
is an unsigned 32-bit integer with a maximum value of4,294,967,295
for regular turnOn commands.It looks in
lifx-lan-composer.js
has several methods to calculate the maximum value for duration.The maximum values set in this library do not match LIFX support maximum values.
PR incoming as soon as I figure out how to pull :)
The text was updated successfully, but these errors were encountered: