[Implemented] Mass Config Push - Sending keystrokes as part of Commands

Share your Config Push presets or discuss automation in general
Post Reply
qlex
Posts: 5
Joined: Thu Aug 02, 2018 7:43 pm

Wed Jun 24, 2020 2:47 pm

Apologies if this is covered somewhere, but I haven't found the answer yet, and am in a bit of a rush. In Mass Config Push, I am creating a new Preset, and within the Commands I need to send a CTRL+Z to the device so as to Apply the previous Commands that were sent. How can I do this in Unimus?

Thanks in advance.
User avatar
Tomas
Posts: 1206
Joined: Sat Jun 25, 2016 12:33 pm

Wed Jun 24, 2020 4:42 pm

Hi,

This is actually a bit more complex. In terminal emulation, CTRL+Z is the "[Substitute]" ASCII character - ASCII hexa 0x1A. Currently in Unimus, there is no way to send non-alphanumeric characters (like the control character you need).

I definitely think we should support this in Config Push, and it's not that hard to add support. I have created an internal ticket, and we will add this for Unimus 2.0.3.

If you need this ASAP, please create a ticket on our Portal, and we can share a dev build that will have this implemented.
User avatar
Tomas
Posts: 1206
Joined: Sat Jun 25, 2016 12:33 pm

Wed Jul 22, 2020 10:36 pm

Update - we have now added the possiblity to send control sequences in Config Push:
https://wiki.unimus.net/display/UNPUB/M ... andparsing
https://wiki.unimus.net/display/UNPUB/M ... ngexamples

This will be available starting with 2.0.3.
Happy to hear any feedback on how this is implemented.
Post Reply