processcore: Do not return unformatted data for formatted data in ProcessSensor
- processcore: Do not return unformatted data for formatted data in ProcessSensor
Returning data(process) returns unformatted data. Instead defer to the
base class implementation which will call Formatter::formatValue on
the data to ensure it's properly formatted.