@vollnormal I assume you are using analog output from the PP since you are talking about analog values. In that case you can modify trigger value before the sensing move... e.g. I'm doing this:
G31 P{sensors.probes[0].value[0] + 8}
G30
but you need RRF v3 for this to work