Closed viegener closed 7 years ago
The current implementation uses the device value converts it into a float (via parsefloat) and then converts this back to a string - so the original text value gets lost and will be shown as NaN (not a number).
Showing a string value from the device is the idea of the "textvalue" class
This was corrected already in the past but obviously got lost...
The current implementation uses the device value converts it into a float (via parsefloat) and then converts this back to a string - so the original text value gets lost and will be shown as NaN (not a number).
Showing a string value from the device is the idea of the "textvalue" class
This was corrected already in the past but obviously got lost...
Change looks good (not yet tested in my system), so I will close the pull request
…(not via number conversion)