Terminal in Web dashboard not showing returned value

To start, awesome to see a lot of new developments in the web dashboard!!
The terminal is a great addition to manage the device!

How we intend to use it to show logging, but also to be able to send commands and show the response on that command.

Ie, when I send the command “get 41” the esp returns the value of the sensor that has (the esp internal) id 41

I added the Terminal (virtual pin 249) to the template and I can see data coming in but when I send a cmd via the terminal it does not show the returned value.

The strange thing is that if I also add a label for virtual pin 249:

The value (“1”) is returned (both in the label as in the terminal)

So it does work but I guess it should not be needed to add the label… Any ideas?