Remote server URL and on_frame_update#33
Open
SleepinDevil wants to merge 42 commits intostrange-v:mainfrom
Open
Remote server URL and on_frame_update#33SleepinDevil wants to merge 42 commits intostrange-v:mainfrom
SleepinDevil wants to merge 42 commits intostrange-v:mainfrom
Conversation
Attempt adding Automation "on_" template-able setting for the Custom Component based on "empty_automation" of the example docs
Created Automation.h based on empty_automation examples
Attempting to add Automation on_frame_update based on empty_automation example
Attempting to add automations to this project based on empty_automation example
Trying to cull the automation code
Simplifying the automation to a state-less trigger
Updating the automation to be a trigger only and not keeping an unnecessary state object
Updated the on_frame_update trigger to be state-less since there was no need to do it using the example template approach. This works much nicer
Updating the automation to remove the unnecessary state that used to exist in it before
Rate limiting added
Added rate limiting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The changes in this pull request cover the following: