Re: [sensors] Address questions around exposing high-level, low-level, and uncalibrated sensors

@pablochacin so you're suggesting something like:

```webidl
interface BarometerSensorReading : SensorReading {
  readonly attribute double? pressure;
  readonly attribute double? rawPressure;
  readonly attribute double? altitude;
};
```

Doesn't that might have some performance cost in some circumstances?

-- 
GitHub Notif of comment by tobie
See https://github.com/w3c/sensors/issues/51#issuecomment-112568413

Received on Tuesday, 16 June 2015 20:59:12 UTC