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
I've noted an issue that affects scripts that continually update lights (i.e. animated effect). Only 255 updates are allowed in one Lightify instance due to an unforeseen encoding issue with trying to pack a integer > 255 into an 8 bit field into the command. I suggest the following code fix to the Lightify.next_seq() function, which alleviates this issue for me. I am not trying to push because I do not understand if reuse of sequence numbers is allowed.
I've noted an issue that affects scripts that continually update lights (i.e. animated effect). Only 255 updates are allowed in one Lightify instance due to an unforeseen encoding issue with trying to pack a integer > 255 into an 8 bit field into the command. I suggest the following code fix to the Lightify.next_seq() function, which alleviates this issue for me. I am not trying to push because I do not understand if reuse of sequence numbers is allowed.
The text was updated successfully, but these errors were encountered: