Onvif Integration AbsoluteMove to Position

Has anybody ever managed to get the Onvif integration to get a PTZ camera to move to a specific pan/tilt/zoom position?

Reading the docs on the integration (ONVIF - Home Assistant) it seems to be supported with move_mode: AbsoluteMove, but there are no examples of how to set all three parameters in a service call.

So if one wanted to move to 0.2, 0.75, 0.5, this will not work:
action: call-service
service: onvif.ptz
service_data:
entity_id: camera.some_onvif_camera
pan: LEFT
tilt: DOWN
zoom: ZOOM_IN
distance: (0.2, 0.75, 0.5)
move_mode: AbsoluteMove

What should that look like?

try to read this:

I did read that, but there is no more info on AbsoluteMove