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 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.
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.
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.
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
The text was updated successfully, but these errors were encountered: