@tango156157 no worries. Declare waterAvail as a float:
float waterAvail;
Then when calling set on msgVolume just add a second argument, an int with the number of decimal places you want (I've used 3 which will get you to millilitre precision):
send(msgVolume.set(waterAvail, 3));