-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New command store/laststate possible? #42
Comments
No Answer about 1,5 months? |
Sorry, I've been busy with other project did not have time to implement yet. |
ok, no problem. Thanks for the Answer. |
Added these commands (load_state and save_state) and now updated the documentation. Can you check if it is working properly? |
I have now tried to test it with a few scripts. I just don't quite understand how it works. No CSV is created. I think I'm just doing it wrong. Where exactly should it be inserted? At the end? Is only the last status saved in itself or a whole effect? In my case i would like to save the endles loop from this Script:
|
It saves the current led state (color and brightness).
At the end to save the current led state. |
Is it possible to make a store and laststate command?
example:
I am making a fill with red and will send a blink at some point. And say a laststate command within the blink command that it automatically returns to the last state in the case just red. You could give the fill example a store that the laststate knows what it has to do.
With the store command you could generate a file or save it at the memory that stores the whole command and calls it with laststate. Each store then overwrites the last store.
I hope you understand what I mean.
Greetings
The text was updated successfully, but these errors were encountered: