Skip to content
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

Feature request: ifttt-trigger-event-check filter #87

Open
pfeerick opened this issue Oct 25, 2016 · 2 comments
Open

Feature request: ifttt-trigger-event-check filter #87

pfeerick opened this issue Oct 25, 2016 · 2 comments

Comments

@pfeerick
Copy link

I see under the OakTerm settings (blue gear/cog button down the bottom right) that it is possible to show/hide different things like received events, stdin, stdout.

Would it be possible to add a toggle-able filter for "ifttt-trigger-event-check" events, as they can get pretty annoying when they keep cropping up in your OakTerm (and Particle log) when working on a project.

Discussion from the forum

@kh90909
Copy link
Owner

kh90909 commented Oct 25, 2016

This is definitely possible, just have to find the time.

Filtering is just a matter of making the printing code in display_event() conditional on the event name. Could easily be a regular expression match. Extending the UI to allow setting a filter will take a bit more work.

@pfeerick
Copy link
Author

Thanks for the prompt response... hm... as an interim solution... what about a branch that has just the conditional bit added to the print code - thus the master is the 'normal', and the branch is the filtered one? Does that 'work' or will that makes things more complicated. I'll have a look at that code (thanks for the pointer!), and see if I can craft something to do the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants