When receiving a position update through Meshtastic MQTT I would like to be able to post an accuracy value along with the lat/long of an object when making a call to ManageGeoObject/postGeoObject. This would be calculated from the HDOP/PDOP/VDOP received in the position packet and could then be passed onto the worldmap to show the node's approximate location. I can do all the calculations for this in the nodered flow, both for the meshtastic to FTS and FTS to world map, but I'm not able to specify the accuracy in the API call.