Re: Sensor API : New draft

Spotted a couple of minor issues in the new draft hosted at
http://dev.w3.org/2009/dap/system-info/Sensors.html

In the first example in part 1, the sensor connection instance
variable is named "sensorCnx", but later is referred to as "session".

In part 5.1, I'm unclear why the range property is described as
"short" when most data values are doubles or collections of doubles.
I also an unclear why range is a single value -- for something like a
temperature sensor which has units of degrees Celsius, the range of
the sensor might not go all the way to absolute 0 so you'd need a
minimum and maximum range, and for other sensors you might need a
range for each sub-component.

Received on Thursday, 17 November 2011 15:55:53 UTC