Alexa Rollershutter Semantic

Hello,

i have a question:

I use Alexa to controll my Rollershutters with the following item:

alexa="RangeController.rangeValue" [category="INTERIOR_BLIND", 
friendlyNames="@Setting.Opening", supportedRange="0:100:10", unitOfMeasure="Percent", 
actionMappings="Close=100,Open=0,Lower=(+10),Raise=(-10)", 
stateMappings="Closed=0,Open=1:100"]}

When I say Alexa, Rollershutter open it will open, when i say alexa close rollershutter it will close.
I also can say set the Rollershutter to XY % and it will move to the percentage value.

The Function with Lower 10 % and Raise 10 % is only working inverted.

So when i tell Alexa to move Rollershutter up it will move it 10 % down and when i say alexa move rollershutter up, it will move it 10 % down.

I tried Lower=(+10),Raise=(-10) and Lower=(-10),Raise=(+10).
Same Proble.

Any Idea

Did you trigger the Alexa discovery process in between configuration changes?

Also, you should update the stateMappings to reflect the proper state based on the comment below?