Basically if I have input value coming in at .1 but I want to convert this to display as a % (ie: 10%) I don't see a way to do that without making a meta data point and then generating a new value? I crawled the forums but it seems that a simple way to change the way that text is displayed was never implemented. An example is pulling in data from things like the internal mango data, It's not like I can just scale that on my device, and honestly, not sure why I'd want to.
for display I could do something like
<ma-get-point-value point-xid="loadAverage" point="loadAverage"></ma-get-point-value>
{{loadAverage.value*100}}
But that seems cumbersome and doesn't change the fact that now I have to get it back to my charts.
There has to be an easy way to do this that doesn't involve me writing a script for each point. I see that modbus already has something like this.