Hi,
If I have a point value I get from the Mango device, for example:
<ma-point-value point-xid="{{ Objects.BattCharge }}"></ma-point-value>
it returns 22.5 %
When I add a display-type=converted
such as:
<ma-point-value display-type="converted" point-xid="{{ Objects.BattCharge }}"></ma-point-value>
the value often comes back as 22.500000001
- is there any way to format the number that comes back via this point?
The desired result is 22.5%
(without the space, and only to one decimal place).
Thanks
Richard