Zwave dimmer not following set brightness

I have a flow that turns on my outside lights between certain times and brightness. I have set the brightness to 20% in the service node data field:But the set brightness is not the same when I check in HA. It shows 49%. Has anyone else seen this?

image

{
    "entity_id": "light.front_outside",
    "brightness_pct": 20
}

image

Nothing wrong here. The screen from HA you posted, shows the brightness value (0-254) and not the brightness %. Brightness % of 20% corresponds to around a brightness value of around 50.

Oh yes I see that now. Thank you for pointing that out.