measurementType
Description
Defines a base type for quantity measurements. Developers should extend this and add appropriate units.
Properties
Name | Description | Required | Type |
---|---|---|---|
Measurement | The value (in units) of the quantity observed. | No | Number |
Resolution | The smallest measurement difference (in units) that can be discriminated given the current device settings. | No | Number |
Examples
Example 1
{
"measurement": 0.0,
"resolution": 0.0
}