I can't believe I'm still at this....
makeDouble(value,minus,pointAdjust)
makeDouble(value,minus,pointAdjust,overload)
makeDouble(valueIndex,minusIndex,pointAdjustIndex,overloadIndex,valueString)
makeDouble(123,0,1);
makeDouble(123,0,1,0);
makeDouble(0,1,2,3,"123 0 1 0");
Yes, so these examples all work. How the hell do I get the values sfter RX format into it....
for example #askValuesMathFormat makeDouble(123,0,0) will work fine as 123 as the value and displays something like 1.23°C as the value, however I need to get the output from RX into this, which I can see from the debug tab is working fine: Rx <214 0 0 1> (21.4 degrees)