Flow help - Change dim level of Fibaro RGBW2 controller

I connected an LED strip via a Fibaro RGBW2 controller.
I would like to dim this via a Hue Dimmer that I have left.

For example, with each ‘dim-up’ click the dim level increases by 0.10 and with ‘dim-down’ click it decreases by -0.10. Now I’m a bit stuck on how to do this using variable in an advanced flow.
On and off works, thats not the problem.

No need for variables, create an flow:
[WHEN] button increase pressed [THEN] set relative dim level +10
[WHEN] button decrease pressed [THEN] set relative dim level -10

Thanks for your answer, but that is exactly the part that doesn’t work.

Where do I put the +10 or -10.

Suppose the dim level is at 40, when you click the ‘up’ button once it should go to 50 and when you click it again it should go to 60, etc.

Just move the slider. The value will pop up in the [number] field.
Often when one hovers the :information_source: with a mouse, it shows a hint on how to use it.

Then you set the dim level to a fixed value and not to increase it by 10 of am i wrong.
What do you do if you click again to increase the level again?

Sorry I didn’t understand it right away

No problem!
The card increases the current dim level with the entered value;
Let’s say you enter -10

When you run the card:
If the actual dim level was 50%
The dim level becomes 40%
Run the card again, it becomes 30%
Run the card again, it becomes 20%

And when you enter, like, 10, the dim level increases in steps of 10 after each trigger.