Enhanced Input and Tilt

I am trying to move a top down camera on motion Tilt control on an android phone. The issue that I appear to be having is related to the ActuationThreshold.
If I hold the mobile in my hand at a position to play a game on (in Landscape Mode), the Y Axis will sit at around 0.7f. So I set the MoveForward ActuationThrehold to 0.8f which works fine.
The issue comes when dealing with the opposite movement, MoveBackwards. I want this to fire when its less than 0.6f, but ActuationThreshold is set for more than.
To try a hackyway of changing this I set a deadzone between 0.7 and 0.6, but this didnt seem to work.

Is there an easier way to do this? Maybe override the ActuationThreshold? It seems I would have to create a new InputTrigger for that?

Cheers