How to display increment/decrement in Step V?

In my old Blynk 1.0 project, I used the Step V widget to allow me to increment and decrement values as per data type in code, but with the new IoT, I don’t see any numerical display on the Step V widget which leads me to ask what is the new proper method of displaying these values? Here is my old project and screenshares of the widget operations. I’m hoping to recreate the ability to increment portions of water to be pumped, but I need to be able to see what number I have queued before sending the command.

Begin watching at 0:58

https://www.youtube.com/watch?v=p8-Z4J_IC_Q

Add a display widget attached to the same pin as the slider.

Pete.

2 Likes

Hey there,
You can add a labeled value widget and assign it to the same virtual pin like this

1 Like

Thank you both for the speedy replies!

1 Like