std::string getStringValue(double v) { return sensor->getStringValue(v); }
 // get a human-readable representation of this feature.
 //  this probably includes label, value, units and limits
 std::string getStringValue() { return sensor->getStringValue(); }