Can I send CTRL-ALT-l from a node?

Can I send CTRL+ALT+l from a node?
I use an inject node (inject on start) to play a tone on the PC speaker to give me an audible alert that the Deploy is finished. I would like to start with my debug log blank. So, can I send the ctrl-alt-l or is the debug log in a separate file that I could delete on startup?

[{"id":"933ac53d.c45d88","type":"inject","z":"eb64de9a.f978e","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":true,"x":150,"y":320,"wires":[["c18a0cc1.0190d"]]},{"id":"c18a0cc1.0190d","type":"file in","z":"eb64de9a.f978e","name":"Reads Unlock.wav","filename":"/config/node-red/sounds/Unlock.wav","format":"","chunk":false,"sendError":false,"x":370,"y":320,"wires":[["521798b7.9b13e8"]],"info":"Reads the file: \"unlock.wav\""},{"id":"521798b7.9b13e8","type":"play audio","z":"eb64de9a.f978e","name":"","voice":"0","x":630,"y":320,"wires":[]}]

I don't think this is possible.

But maybe this could be a feature request. @knolleary - would it be feasible to add a setting (like a checkbox): 'clear debug log on deploy' ? This may need to be part of the deploy pulldown to quickly turn it off/on.

I like that even better.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.